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
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,7 +1,7 @@
|
|||
.idea/workspace.xml
|
||||
.idea/dictionaries
|
||||
/node_modules
|
||||
/render-webgl.js.map
|
||||
/render-webgl.min.js
|
||||
/render-webgl.js
|
||||
/render-webgl.min.js.map
|
||||
/build/render-webgl.js.map
|
||||
/build/render-webgl.min.js
|
||||
/build/render-webgl.js
|
||||
/build/render-webgl.min.js.map
|
||||
|
|
|
@ -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