mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
chore(webpack) js: add support of spread in sw
This commit is contained in:
parent
6e9acd781f
commit
ef0a14ba63
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ const babelDev = {
|
|||
babelrc: false,
|
||||
plugins: [
|
||||
'module:babel-plugin-macros',
|
||||
'@babel/plugin-proposal-object-rest-spread',
|
||||
]
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue