Skip to content

Commit 83963d1

Browse files
committed
fix(base): Mark polyfills as sideEffects
1 parent f15a990 commit 83963d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/base/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
"license": "Apache-2.0",
1515
"sideEffects": [
1616
"**/modernizr.js",
17-
"core-js/**/*"
17+
"core-js/**/*",
18+
"./polyfill/*.js"
1819
],
1920
"scripts": {
2021
"clean": "rimraf cjs Device hooks lib polyfill styling types utils index.esm.js index.d.ts",

0 commit comments

Comments
 (0)