chore: remove roleypoly/ path remappers

This commit is contained in:
41666 2021-03-12 16:57:08 -05:00
parent 65a8760e86
commit 91b5c8061e
5 changed files with 0 additions and 24 deletions

View file

@ -1,5 +1,4 @@
const path = require('path');
const TsconfigPathsPlugin = require('tsconfig-paths-webpack-plugin');
const mode = process.env.NODE_ENV || 'production';
@ -13,11 +12,6 @@ module.exports = {
mode,
resolve: {
extensions: ['.ts', '.tsx', '.js'],
plugins: [
new TsconfigPathsPlugin({
configFile: path.resolve(__dirname, './tsconfig.json'),
}),
],
},
module: {
rules: [