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
Is this for library mode? There's #7047 to achieve it. Otherwise you can try to set output.inlineDynamicImports: true to fix this (I think). It also seems like you're building a browser extension. Perhaps you can reference https://github.com/antfu/vitesse-webext
Is this for library mode? There's #7047 to achieve it. Otherwise you can try to set output.inlineDynamicImports: true to fix this (I think). It also seems like you're building a browser extension. Perhaps you can reference https://github.com/antfu/vitesse-webext
Clear and concise description of the problem
I cannot build multiple umd files from multiple entries.
For example:
When I run
vite build
, it reports a error:Invalid value "umd" for option "output.format" - UMD and IIFE output formats are not supported for code-splitting builds.
Suggested solution
I can run vite several times to fix it, but I think there's a better solution: rollup/rollup#2935
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: