fix(front): patch vue-i18n-extract because of mjs incompatibility

Make sure it loads the config file in commonjs mode

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-02-08 11:48:48 +01:00
parent cba2075431
commit 1f4a7c253b
4 changed files with 273 additions and 39 deletions

View File

@@ -0,0 +1,9 @@
module.exports = {
vueFiles: "./src/**/*.?(ts|js|vue)",
languageFiles: "./src/i18n/en_US.json",
output: false,
add: true,
remove: false,
ci: false,
separator: ".",
};