Skip to content

Commit d57a6c6

Browse files
committed
Babel: remove plugin-proposal-object-rest-spread and add bugfixes
1 parent f81437d commit d57a6c6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.babelrc.js

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,9 @@ module.exports = {
44
'@babel/preset-env',
55
{
66
loose: true,
7+
bugfixes: true,
78
modules: false
89
}
910
]
10-
],
11-
plugins: [
12-
'@babel/plugin-proposal-object-rest-spread'
1311
]
14-
}
12+
};

0 commit comments

Comments
 (0)