Skip to content
This repository was archived by the owner on Feb 1, 2020. It is now read-only.

Commit 65dde03

Browse files
committed
update rollup config
- update rollup config with object spread support via babel - add babelrc
1 parent 56ecfc9 commit 65dde03

File tree

4 files changed

+836
-15
lines changed

4 files changed

+836
-15
lines changed

.babelrc

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"presets": [
3+
[
4+
"env",
5+
{
6+
"modules": false
7+
}
8+
]
9+
],
10+
"plugins": [
11+
"external-helpers",
12+
"syntax-object-rest-spread",
13+
"transform-object-rest-spread"
14+
]
15+
16+
// {
17+
// "presets": ["es2015-rollup"],
18+
// "plugins": ["syntax-object-rest-spread", "transform-object-rest-spread"]
19+
// }
20+
}

0 commit comments

Comments
 (0)