Skip to content

Commit 6aa1ef0

Browse files
authored
Merge pull request #151 from xsnippet/recoil
[State Management] reconsider state management
2 parents 169e419 + a7169ea commit 6aa1ef0

25 files changed

+328
-848
lines changed

.babelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"plugins": [
88
"@babel/plugin-syntax-dynamic-import",
99
"@babel/plugin-proposal-class-properties",
10-
"@babel/plugin-proposal-object-rest-spread"
10+
"@babel/plugin-proposal-object-rest-spread",
11+
"@babel/plugin-transform-runtime"
1112
]
1213
}

0 commit comments

Comments
 (0)