We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I edit vite.config.ts while vite is running, it prints the following error:
[vite] vite.config.ts changed, restarting server... TypeError: Cannot read properties of null (reading 'name')
This error only appears when the plugin was installed initially, not when it's added and then saved.
The text was updated successfully, but these errors were encountered:
Specifically, _activePlugin is null in this line:
_activePlugin
https://github.com/vitejs/vite/blob/57c6c158ca0546962d0644f9ea3ee1bddbbaaf2c/packages/vite/src/node/server/pluginContainer.ts#L306
Sorry, something went wrong.
No branches or pull requests
When I edit vite.config.ts while vite is running, it prints the following error:
This error only appears when the plugin was installed initially, not when it's added and then saved.
The text was updated successfully, but these errors were encountered: