Skip to content

Commit

Permalink
Update Babel config (#31011)
Browse files Browse the repository at this point in the history
* remove plugin-proposal-object-rest-spread
* add bugfixes
* `exclude: ['transform-typeof-symbol']` did nothing with our config
  • Loading branch information
XhmikosR committed Jul 6, 2020
1 parent 9a6cfeb commit ad8d3a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .babelrc.js
Expand Up @@ -4,14 +4,11 @@ module.exports = {
'@babel/preset-env',
{
loose: true,
modules: false,
exclude: ['transform-typeof-symbol']
bugfixes: true,
modules: false
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
],
env: {
test: {
plugins: [ 'istanbul' ]
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -111,7 +111,6 @@
"devDependencies": {
"@babel/cli": "^7.10.3",
"@babel/core": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@rollup/plugin-babel": "^5.0.4",
"@rollup/plugin-commonjs": "^13.0.0",
Expand Down

0 comments on commit ad8d3a6

Please sign in to comment.