feat: webpack-html-plugin

This commit is contained in:
NGPixel
2018-03-17 02:35:52 -04:00
parent 1adf98eb8d
commit 3dc9b92596
7 changed files with 245 additions and 30 deletions

View File

@@ -19,7 +19,6 @@ module.exports = merge(common, {
format: 'compact'
}),
new webpack.DefinePlugin({
'process.env.NODE_ENV': JSON.stringify('development'),
'__REACT_DEVTOOLS_GLOBAL_HOOK__': '({ isDisabled: true })'
}),
new WriteFilePlugin(),