Skip to content

Commit

Permalink
fix: Update core-js to 3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
colebemis committed Jun 11, 2019
1 parent 10e4e38 commit 3c64e93
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 47 deletions.
91 changes: 46 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"classnames": "^2.2.5",
"core-js": "^2.5.3"
"core-js": "^3.1.3"
},
"devDependencies": {
"@commitlint/cli": "^5.2.5",
Expand Down
2 changes: 1 addition & 1 deletion webpack.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const path = require('path');

module.exports = {
entry: ['core-js/fn/array/from', path.resolve(__dirname, 'src/index.js')],
entry: ['core-js/es/array/from', path.resolve(__dirname, 'src/index.js')],
output: {
path: path.resolve(__dirname, 'dist'),
libraryTarget: 'umd',
Expand Down

0 comments on commit 3c64e93

Please sign in to comment.