add babel plugin proposal object rest spread to our dev deps
This commit is contained in:
parent
c81bae06f5
commit
c0b40745e0
3 changed files with 3 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ module.exports = {
|
|||
]
|
||||
],
|
||||
plugins: [
|
||||
'@babel/proposal-object-rest-spread'
|
||||
'@babel/plugin-proposal-object-rest-spread'
|
||||
],
|
||||
env: {
|
||||
test: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue