Lingui now offers an option to disable stripping even in prod mode so we can bring it back
21 lines
387 B
Plaintext
21 lines
387 B
Plaintext
{
|
|
"$schema": "https://json.schemastore.org/swcrc",
|
|
"sourceMaps": true,
|
|
"jsc": {
|
|
"parser": {
|
|
"syntax": "typescript",
|
|
"decorators": true,
|
|
"dynamicImport": true
|
|
},
|
|
"baseUrl": "./../../",
|
|
"experimental": {
|
|
"plugins": [
|
|
["@lingui/swc-plugin", {
|
|
"stripNonEssentialFields": false
|
|
}]
|
|
]
|
|
}
|
|
},
|
|
"minify": false
|
|
}
|