Skip to content

Commit

Permalink
Merge branch 'main' into main-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jun 26, 2020
2 parents 4b8bb58 + 22f3241 commit cecd2af
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,12 +4,9 @@ module.exports = {
'@babel/preset-env',
{
loose: true,
modules: false,
exclude: ['transform-typeof-symbol']
bugfixes: true,
modules: false
}
]
],
plugins: [
'@babel/plugin-proposal-object-rest-spread'
]
};
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -94,7 +94,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 cecd2af

Please sign in to comment.