Skip to content
This repository was archived by the owner on Jul 22, 2023. It is now read-only.

Commit e09d015

Browse files
author
Calvin Mlynarczyk
committed
Revert "Do not bundle core-js"
This reverts commit 415a79f.
1 parent 9eee7e2 commit e09d015

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@
135135
"peerDependencies": {
136136
"accounting": "0.4.1",
137137
"classnames": "2.2.6",
138-
"core-js": "3.6.4",
139138
"d3-array": "=1.2.4",
140139
"d3-scale": "=2.2.2",
141140
"d3-shape": "1.3.7",

webpack.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,6 @@ module.exports = {
206206
},
207207
},
208208
/^lodash\/.+$/,
209-
/^core-js\/.+$/,
210209
/^react-spring\/.+$/,
211210
],
212211
};

0 commit comments

Comments
 (0)