Skip to content

Commit

Permalink
Merge pull request #1594 from bookernath/fix-corejs
Browse files Browse the repository at this point in the history
Fix corejs warning
  • Loading branch information
bookernath authored Nov 7, 2019
2 parents b7f2cc1 + a0490ee commit ac50765
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 62 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- Fixes body text color not taking effect for cart item headings on mobile / tablet [#1586](https://github.com/bigcommerce/cornerstone/pull/1586)
- Fix styling of review modal image [#1592](https://github.com/bigcommerce/cornerstone/pull/1592)
- Fix typo in README.md [#1588](https://github.com/bigcommerce/cornerstone/pull/1588)
- Fix corejs warning [#1594](https://github.com/bigcommerce/cornerstone/pull/1594)

## 4.2.1 (2019-10-15)
- Added missing gift certificate translation
Expand Down
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 ac50765

Please sign in to comment.