Commit 3c64e935 authored by Cole Bemis's avatar Cole Bemis Committed by Cole Bemis

fix: Update core-js to 3.1.3

parent 10e4e38a
This diff is collapsed.
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
}, },
"dependencies": { "dependencies": {
"classnames": "^2.2.5", "classnames": "^2.2.5",
"core-js": "^2.5.3" "core-js": "^3.1.3"
}, },
"devDependencies": { "devDependencies": {
"@commitlint/cli": "^5.2.5", "@commitlint/cli": "^5.2.5",
......
const path = require('path'); const path = require('path');
module.exports = { 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: { output: {
path: path.resolve(__dirname, 'dist'), path: path.resolve(__dirname, 'dist'),
libraryTarget: 'umd', libraryTarget: 'umd',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment