swc/integration-tests/three-js/.swcrc
강동윤 e62ea09935
Test with real-world codes (#806)
The purpose of the commit is to prevent my mistake like the one in `v1.1.49`.
2020-05-28 22:23:53 +09:00

7 lines
74 B
Plaintext

{
"test":".*.js$",
"module": {
"type": "commonjs"
}
}