summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2018-06-08 21:26:00 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2018-12-13 17:09:16 +0100
commit505a67dc32206a0c603258d856fcbe00e53fc1f5 (patch)
tree4b5dae6ebdb92897fa04c3c6c98f284c52795ddf /package.json
parent97ec1efce2bdffd7eeadbbb024fc6f3ffaebfb1e (diff)
downloadbrokentalents-505a67dc32206a0c603258d856fcbe00e53fc1f5.tar.gz
brokentalents-505a67dc32206a0c603258d856fcbe00e53fc1f5.zip
Upgrade from SW precache to workbox
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7982734..80ca201 100644
--- a/package.json
+++ b/package.json
@@ -33,13 +33,13 @@
"optimize-css-assets-webpack-plugin": "^4.0.1",
"purgecss-webpack-plugin": "^1.1.0",
"sass-loader": "^7.0.1",
- "sw-precache-webpack-plugin": "^0.11.5",
"vue-loader": "^15.0.9",
"vue-router": "^3.0.1",
"vue-template-compiler": "^2.5.16",
"webpack": "^4.8.1",
"webpack-cli": "^2.1.3",
- "webpack-dev-server": "^3.1.4"
+ "webpack-dev-server": "^3.1.4",
+ "workbox-webpack-plugin": "^3.2.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",