Skip to content

Commit 59a3606

Browse files
committed
add polyfill processing to build:rollup
1 parent 99bd643 commit 59a3606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"build:dev": "run-s build",
2929
"build:es5": "yarn build:cjs # *** backwards compatibility - remove in v7 ***",
3030
"build:esm": "tsc -p tsconfig.esm.json",
31-
"build:rollup": "rollup -c rollup.npm.config.js",
31+
"build:rollup": "rollup -c rollup.npm.config.js && rollup -c rollup.polyfills.config.js && cp ../../rollup/jsPolyfills/README.md jsPolyfills",
3232
"build:types": "tsc -p tsconfig.types.json",
3333
"build:watch": "run-p build:cjs:watch build:esm:watch build:types:watch",
3434
"build:cjs:watch": "tsc -p tsconfig.cjs.json --watch",

0 commit comments

Comments
 (0)