vuejs / vuex

🗃️ Centralized State Management for Vue.js.
https://vuex.vuejs.org
MIT License
28.41k stars 9.58k forks source link

Vuex Devtools plugins registered on server which increases memory usage #2251

Open urbnjamesmi1 opened 4 months ago

urbnjamesmi1 commented 4 months ago

Fixes #2250

Would need this fix for 4.0.2 since I cannot upgrade to 4.1.0 due to bugs with deregistering modules at runtime.

netlify[bot] commented 4 months ago

Deploy Preview for vuex-docs ready!

Name Link
Latest commit e06ad55eb2d20133b7c8cbedd764b30bcbd04ad0
Latest deploy log https://app.netlify.com/sites/vuex-docs/deploys/66958393c18e580008f7898e
Deploy Preview https://deploy-preview-2251--vuex-docs.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

urbnjamesmi1 commented 4 months ago

@kiaking @yyx990803 Would it be possible to get this merged?