diff --git a/config/webpack.config.js b/config/webpack.config.js index 00c04ffd..75b80f76 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -61,7 +61,8 @@ module.exports = { devtool: getDevtool(), resolve: { - extensions: ['.js', '.ts', '.json'] + extensions: ['.js', '.ts', '.json'], + modules: [path.resolve('{{ROOT}}', 'node_modules')] }, module: { @@ -82,4 +83,4 @@ module.exports = { net: 'empty', tls: 'empty' } -}; \ No newline at end of file +};