Re-add modules path

This commit is contained in:
Jaco Greeff 2017-08-04 13:50:51 +02:00
parent 1bf851ad91
commit 44a7c3d0b6
1 changed files with 3 additions and 0 deletions

View File

@ -145,6 +145,9 @@ module.exports = {
},
resolve: {
modules: [
path.join(__dirname, '../node_modules')
],
extensions: ['.json', '.js', '.jsx'],
unsafeCache: true
},