[skip ci] Fail on lingui compile error
This commit is contained in:
@@ -3123,7 +3123,7 @@ msgstr ""
|
|||||||
#: src/features/chapter/components/actions/ChaptersDownloadActionMenuItems.tsx
|
#: src/features/chapter/components/actions/ChaptersDownloadActionMenuItems.tsx
|
||||||
msgid "{count, plural, one {Next chapter} other {Next # chapters}}"
|
msgid "{count, plural, one {Next chapter} other {Next # chapters}}"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"{count, plural, one {Następny rozdział} fews {Następne # rozdziały} other "
|
"{count, plural, one {Następny rozdział} few {Następne # rozdziały} other "
|
||||||
"{Następne # rozdziałów}}"
|
"{Następne # rozdziałów}}"
|
||||||
|
|
||||||
#: src/features/manga/Manga.constants.ts
|
#: src/features/manga/Manga.constants.ts
|
||||||
|
|||||||
@@ -37,7 +37,9 @@ export default defineConfig(({ command }) => ({
|
|||||||
react({
|
react({
|
||||||
plugins: [['@lingui/swc-plugin', {}]],
|
plugins: [['@lingui/swc-plugin', {}]],
|
||||||
}),
|
}),
|
||||||
lingui(),
|
lingui({
|
||||||
|
failOnCompileError: true,
|
||||||
|
}),
|
||||||
viteTsconfigPaths(),
|
viteTsconfigPaths(),
|
||||||
legacy({
|
legacy({
|
||||||
modernPolyfills: [
|
modernPolyfills: [
|
||||||
|
|||||||
Reference in New Issue
Block a user