mirror of
https://github.com/scratchfoundation/scratch-render.git
synced 2025-08-21 10:49:16 -04:00
Fix playground, plus misc. cleanup
The playground was trying to build with a now-missing entry point. Also, I fixed some JSDoc comments, added HTML labels, etc. until IDEA had no meaningful complaints about `playground/index.html`.
This commit is contained in:
parent
63fc1c6f64
commit
e958e4bfff
4 changed files with 21 additions and 11 deletions
|
@ -40,10 +40,11 @@ module.exports = [
|
|||
Object.assign({}, base, {
|
||||
target: 'web',
|
||||
entry: {
|
||||
'scratch-render': './src/index-web.js'
|
||||
'scratch-render': './src/index.js'
|
||||
},
|
||||
output: {
|
||||
library: 'ScratchRender',
|
||||
libraryTarget: 'umd',
|
||||
path: path.resolve('playground'),
|
||||
filename: '[name].js'
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue