Closed michealroberts closed 2 years ago
For me, the index.html
was already in the format as explained here: https://github.com/vitejs/vite/issues/3465
So, to confirm, I have already checked for:
<script type="module" src="/src/main.ts"></script>
Perhaps, is this issue happening because I am in a monorepo?
D'oh! I must have been tinkering inside the vite.config.ts
file and commented out WindiCSS()
. 🤦
Marking as resolved.
Describe the bug
I'm not quite sure what is going on here, but I am seeing the following bug:
The error originates from inside
main.ts
I have the following:Minimal Reproductions
I am happy to provide access for maintainers that require access to the private repo in question.
Versions
Additonal Context
I believe this issue has started occurring since the update for Vite >= v3...
Could someone confirm that this is a "me issue" or a bug please ... ?