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
If the issue is related to 1.x -> 2.0 upgrade, read the Migration Guide first.
Describe the bug
Unfortunately I can't describe the error while vite is not giving me any error message. But I tried to be specific as much as I can in reproduction section.
doesn't work. no errors from vite itself. just reactivue errors.
works
2.0.0-beta.52
doesn't work. no errors from vite itself. just reactivue errors.
works
2.0.0-beta.53
Invalid loader: "mjs"
works
Note:
On beta.50 my entry script in index.html was like that: src="src/index.tsx". beta.51 didn't allow that entry and throw an error. I fixed it by putting slash at the beginning src="/src/index.tsx" .
beta.53 error:
System Info
vite version: 2.0.0-beta.51
Operating System: Windows 10
Node version: v14.15.4
Package manager (npm/yarn/pnpm) and version: yarn
Logs (Optional if provided reproduction)
Run vite or vite build with the --debug flag.
Provide the error log here.
The text was updated successfully, but these errors were encountered:
Describe the bug
Unfortunately I can't describe the error while vite is not giving me any error message. But I tried to be specific as much as I can in reproduction section.
Reproduction
This is the demo app used for https://github.com/antfu/reactivue.
Reproduction: https://github.com/sibbng/vite-issue-repro
Note:
src="src/index.tsx"
. beta.51 didn't allow that entry and throw an error. I fixed it by putting slash at the beginningsrc="/src/index.tsx"
.System Info
vite
version: 2.0.0-beta.51Logs (Optional if provided reproduction)
vite
orvite build
with the--debug
flag.The text was updated successfully, but these errors were encountered: