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 6802f83 commit 96b6374Copy full SHA for 96b6374
packages/redux-devtools-ui/package.json
@@ -28,7 +28,7 @@
28
"build": "yarn run build:lib && yarn run build:storybook",
29
"build:lib": "yarn build:cjs && yarn build:esm && yarn build:types && yarn build:css",
30
"build:cjs": "babel src --extensions \".ts,.tsx\" --out-dir lib/cjs",
31
- "build:esm": "babel src --config-file ./babel.config.esm.json --extensions \".ts,.tsx\" --out-dir lib/esm",
+ "build:esm": "babel src --config-file ./babel.config.esm.json --no-babelrc --extensions \".ts,.tsx\" --out-dir lib/esm",
32
"build:types": "tsc --emitDeclarationOnly",
33
"build:css": "ncp fonts lib/fonts",
34
"clean": "rimraf lib storybook-static",
0 commit comments