f582620d5b
Not every application is served from the domain root. The Service Worker made a bad assumption that it would be, and so requested /ngsw.json from the domain root. This change corrects this assumption, and requests ngsw.json without the leading slash. This causes the request to be interpreted relative to the SW origin, which will be the application root. |
||
---|---|---|
.. | ||
src | ||
test | ||
testing | ||
main.ts | ||
rollup-worker.config.js | ||
tsconfig.json |