add vuejs3_dev to composer.json and ci javascript config file to switch between vuejs dev and prod version, alter FHC-Footer to use new config

This commit is contained in:
Harald Bamberger
2024-12-12 14:49:15 +01:00
parent 03d8205722
commit d0266e7ef0
4 changed files with 40 additions and 2 deletions
+12
View File
@@ -326,6 +326,17 @@
}
}
},
{
"type": "package",
"package": {
"name": "vuejs/vuejs3_dev",
"version": "3.3.8",
"dist": {
"url": "https://unpkg.com/vue@3.3.8/dist/vue.global.js",
"type": "file"
}
}
},
{
"type": "package",
"package": {
@@ -439,6 +450,7 @@
},
"require-dev": {
"vuejs/vuejs3_dev": "3.3.8",
"squizlabs/php_codesniffer": "3.6.*",
"phpmd/phpmd": "2.*",
"phpmetrics/phpmetrics": "2.*",