Victor Gladkikh
Victor Gladkikh
> Hello @alfeg, thank you for the contribution! Your changes look good. I suggested some minor tweaks but I've never used MinIO. Could you let me know what you think?...
> I'm having the same issues on Windows Powershell. It seems that something inside pnpm itself changing PNPM_HOME variable to empty one.
I'm realized that sw.js itself contains a lot of build time path variables...
Thanks. I've hacked a bit `runtime_template.js` and make it works as expected. So yeah. I want custom path option in runtime.install
@NekR, sure. Something like: ```javascript var registration = navigator.serviceWorker .register( , { scope: } ); ``` to ```javascript var registration = navigator.serviceWorker .register( options.publicPath || , { scope: } );...
It's a combination of problems. We using webpack builded application inside of older Asp.Net MVC application - this cause us to use publicPath with server side includes - `~\WebPackApp\path\to\app`. Those...
@NekR , nope It's already set to proper path.
Suddenly we were affected by this issue on AKS. Removing `CMD ["cmd.exe", "/S", "/C"` from Dockerfile fixed our unexpectedly failing images
Seems like not all HMR affected. In our case - changes to the class/styles are not picked up
I would be happy to use auth proxy, like for example [how Grafana do](https://ilayk.com/2021/12/10/grafana-authentication-with-cloudflare-access) to be able to auth with Cloudflare Access