mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-28 22:30:04 -04:00
Move build products and demo.html into subdir
This commit is contained in:
parent
51e17c57a9
commit
60931611d4
3 changed files with 5 additions and 5 deletions
|
@ -8,7 +8,7 @@ module.exports = {
|
|||
},
|
||||
devtool: 'source-map',
|
||||
output: {
|
||||
path: __dirname,
|
||||
path: path.join(__dirname, 'build'),
|
||||
filename: '[name].js'
|
||||
},
|
||||
module: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue