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.
build:rollup
1 parent 99bd643 commit 59a3606Copy full SHA for 59a3606
packages/utils/package.json
@@ -28,7 +28,7 @@
28
"build:dev": "run-s build",
29
"build:es5": "yarn build:cjs # *** backwards compatibility - remove in v7 ***",
30
"build:esm": "tsc -p tsconfig.esm.json",
31
- "build:rollup": "rollup -c rollup.npm.config.js",
+ "build:rollup": "rollup -c rollup.npm.config.js && rollup -c rollup.polyfills.config.js && cp ../../rollup/jsPolyfills/README.md jsPolyfills",
32
"build:types": "tsc -p tsconfig.types.json",
33
"build:watch": "run-p build:cjs:watch build:esm:watch build:types:watch",
34
"build:cjs:watch": "tsc -p tsconfig.cjs.json --watch",
0 commit comments