Allow service workers to have the scope / which is needed for the interceptor
This commit is contained in:
@@ -35,9 +35,9 @@ module.exports = (env, argv) => {
|
||||
"indexeddb_worker": "./src/vector/indexeddb-worker.js",
|
||||
"dendrite_sw": "./src/vector/dendrite-sw.js",
|
||||
"mobileguide": "./src/vector/mobile_guide/index.js",
|
||||
"sqlite_bridge": "./node_modules/go-sqlite3-js/js/bridge.js",
|
||||
"sqlite_bridge": "./node_modules/go-sqlite-js/js/bridge.js",
|
||||
"go_http_bridge": "./node_modules/go-http-js-libp2p/js/bridge.js",
|
||||
"sql_wasm": "./node_modules/go-sqlite3-js/node_modules/sql.js/dist/sql-wasm.wasm",
|
||||
"sql_wasm": "./node_modules/sql.js/dist/sql-wasm.wasm",
|
||||
"dendrite_wasm": "./src/vector/dendrite.wasm",
|
||||
"wasm_exec": "./src/vector/wasm_exec.js",
|
||||
|
||||
@@ -355,6 +355,9 @@ module.exports = (env, argv) => {
|
||||
// don't fill the console up with a mahoosive list of modules
|
||||
chunks: false,
|
||||
},
|
||||
headers: {
|
||||
"Service-Worker-Allowed": "/"
|
||||
},
|
||||
|
||||
// hot module replacement doesn't work (I think we'd need react-hot-reload?)
|
||||
// so webpack-dev-server reloads the page on every update which is quite
|
||||
|
||||
Reference in New Issue
Block a user