We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ca0247 commit 6874208Copy full SHA for 6874208
package.json
@@ -13,7 +13,7 @@
13
],
14
"scripts": {
15
"build": "rimraf dist/ && tsc -p tsconfig.cjs.json && tsc -p tsconfig.esm.json && npm run build-web",
16
- "build-web": "BABEL_ENV=web babel dist/esm --config-file=./babel.config.js --out-dir=dist/web",
+ "build-web": "BABEL_ENV=web babel dist/esm --config-file=./babel.config.js --out-dir=dist/web --source-maps=true",
17
"pretest": "npm run build",
18
"test": "echo \"It built ok, that'll do for now\"",
19
"prepack": "npm run build",
0 commit comments