Skip to content

Commit 41bbc1f

Browse files
committed
update whatsup version & implementation
1 parent 1ee1707 commit 41bbc1f

File tree

6 files changed

+3431
-8179
lines changed

6 files changed

+3431
-8179
lines changed

frameworks/keyed/whatsup/.babelrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,12 @@
1010
],
1111
"@babel/typescript"
1212
],
13-
"plugins": ["@babel/transform-typescript", "@babel/proposal-class-properties", "@whatsup/transform-jsx"]
13+
"plugins": [
14+
"@babel/transform-typescript",
15+
["@babel/plugin-proposal-decorators", { "legacy": true }],
16+
["@babel/plugin-proposal-class-properties", { "loose": true }],
17+
["@babel/plugin-proposal-private-methods", { "loose": true }],
18+
["@babel/plugin-proposal-private-property-in-object", { "loose": true }],
19+
"@whatsup/transform-jsx"
20+
]
1421
}

0 commit comments

Comments
 (0)