mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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"
|
"sha": "1214f70b40476a2aa85fd68f26d1855c701a99ae"
|
||||||
},
|
},
|
||||||
"exports": {
|
"exports": {
|
||||||
|
"webpack": "./src/index.js",
|
||||||
"browser": "./dist/web/scratch-vm.js",
|
"browser": "./dist/web/scratch-vm.js",
|
||||||
"node": "./dist/node/scratch-vm.js",
|
"node": "./dist/node/scratch-vm.js"
|
||||||
"webpack": "./src/index.js"
|
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"build": "npm run docs && webpack --progress",
|
"build": "npm run docs && webpack --progress",
|
||||||
|
|
Loading…
Reference in a new issue