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
After adding aliases in vite 2.0.6 issue #368 is partially resolved, but only in dev. Static version generated with yarn run build still doesn't render that component.
This is a bug in vue-next - we need to remove sideEffects: false from the main vue package because registering the runtime compiler is a side effect. Tracked in vuejs/core#1263
Describe the bug
After adding aliases in vite 2.0.6 issue #368 is partially resolved, but only in dev. Static version generated with
yarn run build
still doesn't render that component.Reproduction
Reproduction Repo: https://github.com/husayt/vite-tailwind-starter
Reproduction step
With
yarn dev
you will see a button in the middle of the screenHowever in static build that button is missing
System Info
vite
version: 0.20.7The text was updated successfully, but these errors were encountered: