diff --git a/webpack.config.js b/webpack.config.js index 9f9e4fd0e..728640537 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -100,6 +100,7 @@ module.exports = { strictMath: true, noIeCompat: true, paths: [ + path.resolve(__dirname, 'src'), path.resolve(__dirname, 'node_modules') ] }