Замена sw-precache-webpack-plugin на workbox-webpack-plugin

This commit is contained in:
Book Pauk
2020-05-21 01:31:39 +07:00
parent b444abeb3e
commit 70a7a0e344
4 changed files with 2244 additions and 927 deletions

View File

@@ -41,7 +41,6 @@
"mini-css-extract-plugin": "^0.5.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"pkg": "^4.4.4",
"sw-precache-webpack-plugin": "^1.0.0",
"terser-webpack-plugin": "^1.4.1",
"url-loader": "^1.1.2",
"vue-class-component": "^6.3.2",
@@ -52,7 +51,8 @@
"webpack-cli": "^3.3.11",
"webpack-dev-middleware": "^3.7.2",
"webpack-hot-middleware": "^2.25.0",
"webpack-merge": "^4.2.2"
"webpack-merge": "^4.2.2",
"workbox-webpack-plugin": "^5.1.3"
},
"dependencies": {
"@quasar/extras": "^1.5.2",