mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-08-28 22:30:40 -04:00
Fix quote-props
This commit is contained in:
parent
0e909cb9a5
commit
7712b2902f
15 changed files with 800 additions and 800 deletions
|
@ -50,7 +50,7 @@ module.exports = [
|
|||
// Webpack-compatible
|
||||
defaultsDeep({}, base, {
|
||||
entry: {
|
||||
'dist': './src/index.js'
|
||||
dist: './src/index.js'
|
||||
},
|
||||
|
||||
output: {
|
||||
|
@ -63,8 +63,8 @@ module.exports = [
|
|||
// Playground
|
||||
defaultsDeep({}, base, {
|
||||
entry: {
|
||||
'vm': './src/index.js',
|
||||
'vendor': [
|
||||
vm: './src/index.js',
|
||||
vendor: [
|
||||
// FPS counter
|
||||
'stats.js/build/stats.min.js',
|
||||
// Syntax highlighter
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue