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
Installed vue version (from yarn.lock or package-lock.json)
Installed @vue/compiler-sfc version
Logs (Optional if provided reproduction)
Run vite or vite build with the --debug flag.
Provide the error log here.
vite:rewrite (skipped) /src/index.css?import +4ms
vite:rewrite (skipped) /src/style.less?import +40ms
vite:rewrite (skipped) /src/style.less?import +3ms
vite:rewrite (skipped) /src/index.css?import +1ms
vite:rewrite (skipped) /src/assets/logo.png +10ms
vite:rewrite (skipped) /src/assets/logo.png +11ms
vite:rewrite /src/part.less: cache busted +3s
vite:css part.less has changed, but it is not currently in use +0ms
vite:rewrite /src/part.less: cache busted +969ms
vite:css part.less has changed, but it is not currently in use +968ms
The text was updated successfully, but these errors were encountered:
Describe the bug
when i change a import less file, for example
part.less
, and then save it.vite
does not reload style.main.js
:style.less
:part.less
:Reproduction
reproduce repo
npm install && npm run dev
src/part.less
, change something and save it.System Info
vite
version: v1.0.0-beta.8vue
version (fromyarn.lock
orpackage-lock.json
)@vue/compiler-sfc
versionLogs (Optional if provided reproduction)
vite
orvite build
with the--debug
flag.The text was updated successfully, but these errors were encountered: