Skip to content

Commit

Permalink
Merge branch 'ntr/specify-corejs-version' into 'master'
Browse files Browse the repository at this point in the history
NTR - Specify corejs version in .babelrc.js

See merge request shopware/6/product/platform!235
  • Loading branch information
tobiasberge committed Sep 2, 2019
2 parents 3bd0a96 + 493c8f7 commit ac88933
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/Administration/Resources/administration/.babelrc
Expand Up @@ -3,7 +3,8 @@
[
"@babel/preset-env",
{
"modules": false
"modules": false,
"corejs": 2
}
]
],
Expand Down
3 changes: 2 additions & 1 deletion src/Storefront/Resources/.babelrc.js
@@ -1,7 +1,8 @@
module.exports = {
presets: [
['@babel/preset-env', {
'useBuiltIns': 'entry'
'useBuiltIns': 'entry',
'corejs': 2,
}],
],
plugins: [
Expand Down

0 comments on commit ac88933

Please sign in to comment.