mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
fix: make sure webpack its export, not the web one
This commit is contained in:
parent
4ebcd1f894
commit
830ef63f10
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
|||
"sha": "1214f70b40476a2aa85fd68f26d1855c701a99ae"
|
||||
},
|
||||
"exports": {
|
||||
"webpack": "./src/index.js",
|
||||
"browser": "./dist/web/scratch-vm.js",
|
||||
"node": "./dist/node/scratch-vm.js",
|
||||
"webpack": "./src/index.js"
|
||||
"node": "./dist/node/scratch-vm.js"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "npm run docs && webpack --progress",
|
||||
|
|
Loading…
Reference in a new issue