Skip to content

Commit 164c3d6

Browse files
Switch to swc from babel (#5593)
* refactor: switch to swc from babel * bump to latest versions of swc Co-authored-by: Sachin Raja <sachinraja2349@gmail.com>
1 parent c1a1566 commit 164c3d6

File tree

3 files changed

+5850
-11289
lines changed

3 files changed

+5850
-11289
lines changed

.swcrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"module": {
3+
"type": "commonjs"
4+
},
5+
"env": {
6+
"targets": {
7+
"node": "12.13.0"
8+
}
9+
}
10+
}

0 commit comments

Comments
 (0)