Skip to content

Commit 3c64e93

Browse files
committed
fix: Update core-js to 3.1.3
1 parent 10e4e38 commit 3c64e93

File tree

3 files changed

+48
-47
lines changed

3 files changed

+48
-47
lines changed

package-lock.json

Lines changed: 46 additions & 45 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
},
3030
"dependencies": {
3131
"classnames": "^2.2.5",
32-
"core-js": "^2.5.3"
32+
"core-js": "^3.1.3"
3333
},
3434
"devDependencies": {
3535
"@commitlint/cli": "^5.2.5",

webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
const path = require('path');
22

33
module.exports = {
4-
entry: ['core-js/fn/array/from', path.resolve(__dirname, 'src/index.js')],
4+
entry: ['core-js/es/array/from', path.resolve(__dirname, 'src/index.js')],
55
output: {
66
path: path.resolve(__dirname, 'dist'),
77
libraryTarget: 'umd',

0 commit comments

Comments
 (0)