set import root for webpack
This commit is contained in:
parent
5fb3de3263
commit
c5e9a3d35d
1 changed files with 2 additions and 1 deletions
|
@ -39,7 +39,8 @@ module.exports = {
|
|||
},
|
||||
|
||||
resolve: {
|
||||
extensions: [ '.js' ]
|
||||
extensions: [ '.js' ],
|
||||
modules: [path.join(__dirname), 'node_modules']
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
|
Reference in a new issue