Skip to content

Commit d01b4a5

Browse files
committed
Add solid babel config for the whole repo
1 parent bce59fb commit d01b4a5

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

babel.config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"presets": [
3+
"babel-preset-solid"
4+
],
5+
"plugins": [
6+
"solid-styled-jsx/babel"
7+
],
8+
"parserOpts": {}
9+
}

0 commit comments

Comments
 (0)