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
vite: 5.2.10 rollup 4.22.4 rollup-plugin-webpack-stats 1.0.3 node 20.17.0
In some conditions, Vite can export asset stats with isDynamicEntry set to true. In this cases, the plugin extracts the asset as a non initial chunk.
isDynamicEntry
true
The text was updated successfully, but these errors were encountered:
Fix is available as part of v2.0.0-beta.6.
Sorry, something went wrong.
Fix available on [email protected]. Feel free to reopen in case you still have issues.
[email protected]
No branches or pull requests
In some conditions, Vite can export asset stats with
isDynamicEntry
set totrue
. In this cases, the plugin extracts the asset as a non initial chunk.The text was updated successfully, but these errors were encountered: