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
Since #12850 a warning is generated when a dynamic import is alongside a static import.
I dont think it makes sense to show this warning when inlineDynamicImports is set to true in the rollupOptions.output. The user is already aware that it wont be moved into a new chunk, because he explicitly used that option.
Description
Since #12850 a warning is generated when a dynamic import is alongside a static import.
I dont think it makes sense to show this warning when
inlineDynamicImports
is set to true in the rollupOptions.output. The user is already aware that it wont be moved into a new chunk, because he explicitly used that option.Suggested solution
Disable the warning in such cases.
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: