Skip to content

Commit 5cf2247

Browse files
committed
ci: webpack
1 parent 309173a commit 5cf2247

File tree

6 files changed

+195
-519
lines changed

6 files changed

+195
-519
lines changed

babel.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const plugins = [
33
['@babel/plugin-proposal-decorators', { legacy: true }],
44
['@babel/plugin-transform-runtime'],
55
['@babel/plugin-transform-modules-commonjs'],
6-
['@babel/plugin-proposal-object-rest-spread', { loose: true, useBuiltIns: true }],
6+
['@babel/plugin-proposal-object-rest-spread'],
77
]
88

99
module.exports = {

0 commit comments

Comments
 (0)