Changing root
property in vite.config.js
is breaking the project.
#187
Labels
bug
Something isn't working
root
property in vite.config.js
is breaking the project.
#187
Description of Bug
I organize my codebase by moving all the source code, including the entry points in the
src
directory. And I set theroot
property of the vite config to"src"
to achieve this.With this setup when I run the dev server or build/generate, it tries to reinstall abell and ends with an error.
I tried another approach by using
vite
directly withvitePluginAbell
and that didn't worked out either.Steps To Reproduce
root
property invite.config.js
Screenshots / Logs
Specs
Additional context
The text was updated successfully, but these errors were encountered: