08501234a8
* chore: refactor ms.macro to ms * build: upgrade lingui@4 * chore: avoid styled-components/macro * build: replace babel loader with swc * build: upgrade vanilla-extract * build: simplify e2e config * build: migrate jest to swc * build: dedup * whoops * fix: initial translations * build: coverage * build: ignore static extract warning * build: rm old babel pkg * test: rm e2e codecov * build: fix swc cache * cleanup * fix visible t9ns * cleanup * cleanup setup * crank it * actual merge conflict resolution * fix: restore locale initialization
30 lines
491 B
Plaintext
30 lines
491 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"jsc": {
|
|
"keepClassNames": true,
|
|
"experimental": {
|
|
"plugins": [
|
|
[
|
|
"@lingui/swc-plugin",
|
|
{}
|
|
],
|
|
[
|
|
"@swc/plugin-styled-components",
|
|
{
|
|
"displayName": true
|
|
}
|
|
]
|
|
]
|
|
},
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"tsx": true
|
|
},
|
|
"transform": {
|
|
"react": {
|
|
"runtime": "automatic"
|
|
}
|
|
}
|
|
}
|
|
}
|