We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acdeaed commit 22f3241Copy full SHA for 22f3241
.babelrc.js
@@ -4,12 +4,9 @@ module.exports = {
4
'@babel/preset-env',
5
{
6
loose: true,
7
- modules: false,
8
- exclude: ['transform-typeof-symbol']
+ bugfixes: true,
+ modules: false
9
}
10
]
11
- ],
12
- plugins: [
13
- '@babel/plugin-proposal-object-rest-spread'
14
15
};
package.json
@@ -94,7 +94,6 @@
94
"devDependencies": {
95
"@babel/cli": "^7.10.3",
96
"@babel/core": "^7.10.3",
97
- "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
98
"@babel/preset-env": "^7.10.3",
99
"@rollup/plugin-babel": "^5.0.4",
100
"@rollup/plugin-commonjs": "^13.0.0",
0 commit comments