We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c775b39 commit 8911fefCopy full SHA for 8911fef
config/webpack.config.dev.js
@@ -48,7 +48,7 @@ module.exports = {
48
extensions: ['', '.js'],
49
},
50
resolveLoader: {
51
- root: nodeModulesPath,
+ modules: nodeModulesPath,
52
moduleTemplates: ['*-loader']
53
54
module: {
config/webpack.config.prod.js
@@ -49,7 +49,7 @@ module.exports = {
55
0 commit comments