Skip to content

Commit 8ad66ad

Browse files
committed
Add babel-preset-atomic with react being false
1 parent aa04d85 commit 8ad66ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

babel.config.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
{
22
"presets": [
3-
"babel-preset-solid"
3+
"babel-preset-solid",
4+
[
5+
"babel-preset-atomic",
6+
{
7+
"react": false
8+
}
9+
]
410
],
511
"plugins": [
612
"solid-styled-jsx/babel"

0 commit comments

Comments
 (0)