Skip to content

Commit

Permalink
specify corejs version
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Aug 6, 2019
1 parent 8dceeae commit 320a53b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -47,6 +47,7 @@
"@jupyterlab/services": "^4.0.1",
"@jupyterlab/theme-light-extension": "^1.0.1",
"babel-loader": "^8.0.6",
"core-js": "^3.1.4",
"css-loader": "^3.0.0",
"file-loader": "^4.0.0",
"jquery": "^3.4.1",
Expand Down
1 change: 1 addition & 0 deletions webpack.config.js
Expand Up @@ -65,6 +65,7 @@ module.exports = {
"@babel/preset-env",
{
useBuiltIns: "usage",
corejs: 3,
shippedProposals: true,
targets: {
browsers: ["chrome 60", "firefox 45", "ie 10", "safari 9"],
Expand Down

0 comments on commit 320a53b

Please sign in to comment.