2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

add babel plugin proposal object rest spread to our dev deps

This commit is contained in:
Johann-S
2018-08-12 21:41:17 +02:00
parent c81bae06f5
commit c0b40745e0
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ module.exports = {
]
],
plugins: [
'@babel/proposal-object-rest-spread'
'@babel/plugin-proposal-object-rest-spread'
],
env: {
test: {