mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
build: disable service worker for production
This commit is contained in:
parent
3433d84c2a
commit
fb3dd42f02
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@
|
|||
"extractLicenses": true,
|
||||
"vendorChunk": false,
|
||||
"buildOptimizer": true,
|
||||
"serviceWorker": true
|
||||
"serviceWorker": false
|
||||
},
|
||||
"productionWeb": {
|
||||
"baseHref": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue