Move build products and demo.html into subdir
This commit is contained in:
@@ -8,7 +8,7 @@ module.exports = {
|
||||
},
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
path: __dirname,
|
||||
path: path.join(__dirname, 'build'),
|
||||
filename: '[name].js'
|
||||
},
|
||||
module: {
|
||||
|
||||
Reference in New Issue
Block a user