Move build products and demo.html into subdir

This commit is contained in:
Christopher Willis-Ford 2016-05-13 11:42:40 -07:00
parent 51e17c57a9
commit 60931611d4
3 changed files with 5 additions and 5 deletions

View file

@ -8,7 +8,7 @@ module.exports = {
},
devtool: 'source-map',
output: {
path: __dirname,
path: path.join(__dirname, 'build'),
filename: '[name].js'
},
module: {