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 I run vite build, in dist files, css modules link with template render is missing. The project use vue component package that is not been transpilered (In the following examples, the package is unbuildvue3module).
While it is work in dev.
This is CSS files. _red_xad9b_2 is from package. But the vaiables has not been found in JS files.
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 https://github.com/vuejs/core instead.