Pooya Parsa

Results 2310 comments of Pooya Parsa

Thanks for checking @lihbr. @ms-fadaei Would you please rebase your branch to dev?

We can probably bring some more hints from https://github.com/nuxt/test-utils/blob/main/src/context.ts#L30

@andyyanlang This is possible when you set target to static. - Article: https://nuxtjs.org/blog/going-full-static/ - Docs: https://nuxtjs.org/docs/2.x/features/deployment-targets

I believe there is more than one _version_ and we would need different strategies for each: - Webpack build hash which will be only changed if source (manifest chunk) is...

The naming might be confusing but resolve is similar to `path.resolve` (`await resolver.resolvePath` is the one you are looking for)

This is not probably a bug related to PWA module but Workbox itself. Please provide a reproduction so at least we have a way to investigate more. `same here` is...

Hi, @mentAl-maZe thanks for a detailed explanation. Actually you can use [workbox.swTemplate](https://pwa.nuxtjs.org/modules/workbox.html#swtemplate) option to provide a fully customized service worker. You can use the default [sw.js](https://github.com/nuxt-community/pwa-module/blob/dev/lib/workbox/templates/sw.js) and customize needed areas...

Hi @liqueflies When using `nuxt generate`, there are no meta in page heads to icons? Do you have any reproduction to quickly check issue?