We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a6cfeb commit ad8d3a6Copy full SHA for ad8d3a6
.babelrc.js
@@ -4,14 +4,11 @@ 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
env: {
16
test: {
17
plugins: [ 'istanbul' ]
package.json
@@ -111,7 +111,6 @@
111
"devDependencies": {
112
"@babel/cli": "^7.10.3",
113
"@babel/core": "^7.10.3",
114
- "@babel/plugin-proposal-object-rest-spread": "^7.10.3",
115
"@babel/preset-env": "^7.10.3",
116
"@rollup/plugin-babel": "^5.0.4",
117
"@rollup/plugin-commonjs": "^13.0.0",
0 commit comments