Skip to content

Commit 6add4cd

Browse files
committed
add explicit "sideEffects": true to core-js and core-js-bundle packages
1 parent 20b5f5c commit 6add4cd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packages/core-js-bundle/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"email": "zloirock@zloirock.ru",
7171
"url": "http://zloirock.ru"
7272
},
73+
"sideEffects": true,
7374
"main": "index.js",
7475
"scripts": {
7576
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""

packages/core-js/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@
7070
"email": "zloirock@zloirock.ru",
7171
"url": "http://zloirock.ru"
7272
},
73+
"sideEffects": true,
7374
"main": "index.js",
7475
"scripts": {
7576
"postinstall": "node -e \"try{require('./postinstall')}catch(e){}\""

0 commit comments

Comments
 (0)