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
to generate CSS files along our Web Components. I'm unable to reproduce this with vite v3 and i suspect, this is due to the fact, that build.lib overwrites build.rollupOptions.input and thus the two options cannot be combined anymore.
Is this the new intended behavior? Or am i missing something here?
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
Describe the bug
In v2, we are depending on a build configuration like so,
https://stackblitz.com/edit/vitejs-vite-gvrxpe?file=vite.config.js
to generate CSS files along our Web Components. I'm unable to reproduce this with vite v3 and i suspect, this is due to the fact, that
build.lib
overwritesbuild.rollupOptions.input
and thus the two options cannot be combined anymore.Is this the new intended behavior? Or am i missing something here?
Reproduction
https://stackblitz.com/edit/vitejs-vite-6y68ls?file=vite.config.js
System Info
Used Package Manager
yarn
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: