Memory Leak in PWA Mode Due to Deprecated Dependencies #17764
Labels
area/cli
bug/1-repro-available
A reproduction is available and needs to be confirmed.
flavour/quasar-cli-vite
kind/bug 🐞
mode/pwa
mode/ssr
Qv2 🔝
Quasar v2 issues
What happened?
I'm using SSR + PWA mode.
Running
npm install
in Quasar project with PWA enabled renders this warning message:The major concern is the [email protected] which leaks memory.
I also previously saw build (
npm run build
) failure with memory leak related error message, which is fixed now but I suspect the [email protected] could be one of the cause.What did you expect to happen?
No warning message especially about memory leak.
Reproduction URL
https://stackblitz.com/edit/quasarframework-stackblitz-templates-ealpqwif?file=package.json
How to reproduce?
npm init quasar@latest
.pwa: true
.rm -rf node_modules package-lock.json
.npm install
Flavour
Quasar CLI with Vite (@quasar/cli | @quasar/app-vite)
Areas
PWA Mode, SSR Mode, Quasar CLI Commands/Configuration (@quasar/cli | @quasar/app-webpack | @quasar/app-vite)
Platforms/Browsers
No response
Quasar info output
Relevant log output
Additional context
No response
The text was updated successfully, but these errors were encountered: