Skip to content

Commit

Permalink
Babel: remove plugin-proposal-object-rest-spread and add bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 20, 2020
1 parent f81437d commit d57a6c6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .babelrc.js
Expand Up @@ -4,11 +4,9 @@ module.exports = {
'@babel/preset-env',
{
loose: true,
bugfixes: true,
modules: false
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
]
}
};

0 comments on commit d57a6c6

Please sign in to comment.