Skip to content

Commit 9c528cb

Browse files
Add object spread plugin to prod
1 parent b1be7a2 commit 9c528cb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.babelrc

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
}],
1212
"transform-object-rest-spread"
1313
]
14+
},
15+
"production": {
16+
"plugins": [
17+
"transform-object-rest-spread"
18+
]
1419
}
1520
}
1621
}

0 commit comments

Comments
 (0)