Skip to content

Commit a7169ea

Browse files
committed
[State Management] Remove Redux
1 parent efc07a4 commit a7169ea

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)