This commit is contained in:
syuilo
2018-02-16 02:53:54 +09:00
parent a7601f7aa4
commit 085ac938c2
6 changed files with 28 additions and 8 deletions

View File

@ -40,6 +40,9 @@ module.exports = Object.keys(langs).map(lang => {
'.js', '.ts'
]
},
resolveLoader: {
modules: ['node_modules', './webpack/loaders']
},
cache: true,
devtool: 'eval',
stats: true,