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
When building my library in watch mode it compiles the css on first build but when rebuilding on change it removes the css file from the folder and only compiles the js files, anybody got an idea why this is happening and how i could resolve this?
Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
Provide a description in this issue that describes the bug.
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 https://github.com/vuejs/vue-next instead.
Describe the bug
When building my library in watch mode it compiles the css on first build but when rebuilding on change it removes the css file from the folder and only compiles the js files, anybody got an idea why this is happening and how i could resolve this?
Reproduction
https://github.com/stigvanbrabant/vite-issue-repro
System Info
Output of
npx envinfo --system --npmPackages vite,@vitejs/plugin-vue --binaries --browsers
:Used package manager: npm
Logs
Before submitting the issue, please make sure you do the following
The text was updated successfully, but these errors were encountered: