Coding style decided

This commit is contained in:
2018-05-05 21:13:43 +10:00
parent 5eb4d7ee4f
commit 3a27f7985b
28 changed files with 1085 additions and 6 deletions

View File

@@ -17,7 +17,7 @@ module.exports = {
],
output: {
path: __dirname + '/dist',
path: '/dist',
filename: "app.js"
},
@@ -54,11 +54,6 @@ module.exports = {
// initialize the added webpack plugins
plugins: [
new webpack.DefinePlugin({
'process.env': {
NODE_ENV: JSON.stringify('development')
}
}),
HTMLWebpackPluginConfig,
new webpack.HotModuleReplacementPlugin()
]