Skip to content

Commit

Permalink
Merge pull request #433 from reactioncommerce/fix-aldeed-432-no-core-…
Browse files Browse the repository at this point in the history
…js-deps-in-build

fix: remove core-js deps from published build
  • Loading branch information
mikemurray authored Aug 20, 2019
2 parents 77d7ae0 + cef1d3e commit 162293c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .snyk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.13.5
version: v1.12.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
'npm:hoek:20180212':
Expand Down Expand Up @@ -77,5 +77,5 @@ ignore:
'npm:mem:20180117':
- libnpx > yargs > os-locale > mem:
reason: No update available
expires: '2019-08-15T22:17:20.703Z'
expires: '2019-09-19T20:03:04.825Z'
patch: {}
2 changes: 1 addition & 1 deletion babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = function (api) {
// esmodules
},
// https://babeljs.io/docs/en/babel-preset-env#usebuiltins-usage-experimental
useBuiltIns: "usage"
useBuiltIns: "entry"
}
],
"@babel/preset-react"
Expand Down

0 comments on commit 162293c

Please sign in to comment.