Workbox risolto , era il file workbox-config.js che non ci andava...
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
"scripts": {
|
||||
"dev": "quasar dev",
|
||||
"build": "quasar build",
|
||||
"buildpwa": "quasar build -m pwa",
|
||||
"lint": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./",
|
||||
"lintfile": "eslint --ext .js,.ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
"lintfileNoJS": "eslint --ext .ts,.vue --ignore-path .gitignore ./ > file.out.txt",
|
||||
@@ -77,7 +78,7 @@
|
||||
"@types/googlemaps": "^3.43.3",
|
||||
"@types/jest": "^27.0.1",
|
||||
"@types/js-cookie": "^2.2.7",
|
||||
"@types/node": "^16.9.2",
|
||||
"@types/node": "^14.14.45",
|
||||
"@types/nprogress": "^0.2.0",
|
||||
"@types/vue-tel-input": "^2.1.2",
|
||||
"@types/vuelidate": "^0.7.15",
|
||||
@@ -89,7 +90,6 @@
|
||||
"eslint-plugin-node": "^11.1.0",
|
||||
"eslint-plugin-promise": "^5.1.0",
|
||||
"eslint-plugin-vue": "^7.18.0",
|
||||
"eslint-webpack-plugin": "^3.0.1",
|
||||
"file-loader": "^6.2.0",
|
||||
"html-webpack-plugin": "^5.3.2",
|
||||
"http-proxy-middleware": "^2.0.1",
|
||||
@@ -110,8 +110,7 @@
|
||||
"typescript": "^4.4.3",
|
||||
"vue-cli-plugin-element-ui": "^1.1.4",
|
||||
"vueify": "^9.4.1",
|
||||
"workbox-cli": "^6.3.0",
|
||||
"workbox-webpack-plugin": "^6.3.0"
|
||||
"workbox-webpack-plugin": "^6.0.0"
|
||||
},
|
||||
"browser": {
|
||||
"crypto": false
|
||||
|
||||
Reference in New Issue
Block a user