Skip to content

Commit

Permalink
Fix corejs warning
Browse files Browse the repository at this point in the history
  • Loading branch information
bookernath committed Nov 7, 2019
1 parent e038d3b commit 3d7a223
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 62 deletions.
79 changes: 17 additions & 62 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"dependencies": {
"@babel/polyfill": "^7.4.4",
"@bigcommerce/stencil-utils": "^4.2.0",
"core-js": "^2.6.10",
"creditcards": "^3.0.1",
"easyzoom": "^2.5.2",
"foundation-sites": "^5.5.3",
Expand Down
1 change: 1 addition & 0 deletions webpack.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ module.exports = {
modules: false, // Don't transform modules; needed for tree-shaking
useBuiltIns: 'usage', // Tree-shake babel-polyfill
targets: '> 1%, last 2 versions, Firefox ESR',
corejs: '2.6.10',
}],
],
},
Expand Down

0 comments on commit 3d7a223

Please sign in to comment.