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.
babel.config.js
1 parent 2cce938 commit 554781bCopy full SHA for 554781b
package.json
@@ -39,7 +39,7 @@
39
"rename": "bash -c 'for file in *.js; do mv $file \"${file%.js}.$0.js\"; done'",
40
"build": "tsc --module commonjs && npm run rename -- cjs && tsc --declaration",
41
"prebuild": "rm -r joy base core resources index* locale* types* styles* || true",
42
- "postpack": "tsx scripts/prepare-package.ts",
+ "postpack": "tsx scripts/prepare-package.ts && mv babel.config.cjs.js babel.config.js",
43
"test": "jest --config jestconfig.json",
44
"postbuild": "cp -r src/resources ."
45
},
0 commit comments