forked from FoundKeyGang/FoundKey
wip
This commit is contained in:
parent
5883fbad58
commit
6e6903237f
1 changed files with 1 additions and 3 deletions
|
@ -120,8 +120,6 @@ module.exports = Object.keys(langs).map(lang => {
|
|||
modules: ['node_modules', './webpack/loaders']
|
||||
},
|
||||
cache: true,
|
||||
devtool: 'eval',
|
||||
stats: true,
|
||||
profile: true
|
||||
devtool: 'eval'
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue