tracy

Results 6 comments of tracy

@pvdz thanks for responding, here is a repo for reproducing the issue https://github.com/tracy-liucui/gatsby-reproduction Steps to reproduce 1. `npm run build` 2. make a `assets` directory inside `public` and copy all...

There is another issue we encountered also related to assetPrefix. With the same reproduction repo, after `npm run build` in the `sw.js` ```javascript const offlineShell = `/assets/offline-plugin-app-shell-fallback/index.html` const offlineShellWithKey =...

@pvdz Sorry but can you take a look at the reproduction repo, thanks

@pvdz Thanks for your kind response. I have updated the repo to include the whole `public` folder so you can easily just pull it down Steps to reproduce: - git...

@pvdz Hi, is there any updates to this? I am happy to help to make a pull request if you can let me know how it is supposed to be...