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

@@ -16,7 +16,8 @@
"test": "vitest",
"coverage": "vitest run --coverage",
"prepare": "husky",
"pre-commit": "lint-staged"
"pre-commit": "lint-staged",
"postinstall": "patch-package"
},
"lint-staged": {
"**/*.{js,ts,vue}": [
@@ -86,6 +87,7 @@
"lodash": "^4.17.11",
"ngeohash": "^0.6.3",
"p-debounce": "^4.0.0",
"patch-package": "^8.0.0",
"phoenix": "^1.6",
"postcss": "^8",
"register-service-worker": "^1.7.2",