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.
Describe the bug
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 isunbuildvue3module
).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.Thx very much
Reproduction
https://stackblitz.com/edit/vitejs-vite-39fnes
System Info
Used Package Manager
pnpm or npm
Logs
No response
Validations
The text was updated successfully, but these errors were encountered: