Вадим Бударин

Results 77 comments of Вадим Бударин

and if you also use a lower priority for these requests, there are no barriers at all for parallel loading of all assets at once

@jeffposnick is there any solution to this issue? I am currently using the code: ```js navigator.serviceWorker .register(swPath}) .then((registration) => { registration.addEventListener('updatefound', () => { const installing = registration.installing; if (installing)...

Hi @jeffposnick ! Is there any workbox precache method or callback params method to clear pre cache in case of quota exceeded error?

> To clarify, when you say assets-manifest.json, are you referring to the output of https://www.npmjs.com/package/webpack-assets-manifest? (I'm going to assume that's what you mean.) Yes, I'm You also have access to...

I read the article and looked at the plugin - there is no other acceptable way to insert the webpack assets-manifest into the code of the service worker when using...

if arrange a separate assembly for the service worker, redundancy appears (for example, the core-js module will be duplicated for both the application and the service worker, whereas with a...

try to install `@semantic-release/git`

manifest should be included in HEAD when using HtmlWebpackPlugin

I also have this error if `babel-plugin-closure-elimination` is in plugins array

I have tried - it does not work I have compared two build results: current wp4 & wp5 - wp5 does not tree shake commonjs: for an example: core.js is...