tailwindcss/.swcrc
Robin Malfait 164c3d6b50
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>
2021-09-24 19:17:19 +02:00

11 lines
108 B
Plaintext

{
"module": {
"type": "commonjs"
},
"env": {
"targets": {
"node": "12.13.0"
}
}
}