Files
twenty_crm/packages/twenty-server/.swcrc
Félix Malfait 8df59c085d Lingui working with NODE ENV=production again (#10067)
Lingui now offers an option to disable stripping even in prod mode so we
can bring it back
2025-02-07 10:05:07 +01:00

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
}