Joaquín Sánchez
Joaquín Sánchez
I'll check if the payload option moved from experimental option
cannot reproduce the issue, I've build a few times the docs and the refresh button working correctly
https://github.com/QwikCommunity/pwa
The SW should be SSR/SSG agnostic, it is just a client only asset. The problem is about adding offline support, where you need to access the html pages prerendered since...
You can access the rollup api exposed by the main plugin to rebuild the sw where you want.
Note: the build plugin and object notation is about the closeBundle hook (Rollup big change to support frameworks like kit), previous version were running all async writeBundle/closeBundle hooks in parallel,...
Just a note: latest rolldown version will be able to treeshake json files; in our case, TresCanvas.vue using the package.json to add the version (current version with all the package.json...
We still need: - remove all `@tresjs/**` used from npm registry: there are some packages using a version (5.0.0/5.1.0) instead `workspace:*` - review `postprocessing` package: `@tresjs/core` as peer => I...
If we have peer dependencies for tresjs we should define all tresjs at root (and maybe inside resolutions) since pnpm can link them to npm registry instead workspace, we need...
About the memory heap error (maybe a memory leak or maybe it is huge), where is the error? If the error when buiding apps/docs or apps/lib we need more memory...