You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nuxt global is leaking in the final build of application. However many modules reference this directly instead of refering to global name from configuration.
What problem does this feature solve?
Nuxt global is leaking in the final build of application. However many modules reference this directly instead of refering to global name from configuration.
Can we use the globalName option in the nuxt config instead of $nuxt directly ?
https://github.com/nuxt-community/axios-module/blob/dev/lib/plugin.js#L129
What does the proposed changes look like?
The text was updated successfully, but these errors were encountered: