Skip to content
This repository was archived by the owner on May 18, 2026. It is now read-only.

Commit e24ea5a

Browse files
committed
Remove Workbox
1 parent 10ad3f7 commit e24ea5a

2 files changed

Lines changed: 171 additions & 802 deletions

File tree

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"locale:pot": "node ./src/i18n/gettext-converter.mjs jsonToPot",
2121
"locale:po": "node ./src/i18n/gettext-converter.mjs poToJson",
2222
"locale": "yarn locale:scan && yarn locale:pot && yarn locale:po",
23-
"run-dist": "yarn build && npx ecstatic ./dist --root=./dist --host=localhost --port=8080 --baseDir=/",
24-
"postbuild": "workbox generateSW"
23+
"run-dist": "yarn build && npx ecstatic ./dist --root=./dist --host=localhost --port=8080 --baseDir=/"
2524
},
2625
"repository": {
2726
"type": "git",
@@ -121,8 +120,7 @@
121120
"typescript": "4.9.4",
122121
"vite": "4.0.2",
123122
"vite-plugin-prerender": "1.0.8",
124-
"vite-plugin-pwa": "0.14.0",
125-
"workbox-cli": "6.5.4"
123+
"vite-plugin-pwa": "0.14.0"
126124
},
127125
"browserslist": [
128126
"> 1%",

0 commit comments

Comments
 (0)