-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
javascriptPull requests that update javascript codePull requests that update javascript code
Description
The Nuxt lifecycle hook vite:extendConfig is deprecated (we are currently using this one in the repo).
Instead, config from Vite should be used:
If you're writing code that needs to access resolved Vite configuration, you should use the
configandconfigResolvedhooks within your Vite plugin, rather than using Nuxt'svite:extend,vite:extendConfigandvite:configResolved.
Reference: nuxt/nuxt@31c5f26
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
javascriptPull requests that update javascript codePull requests that update javascript code