Closed ultimateshadsform closed 9 months ago
You are right, this is bug in vite
config. Currently the build system outputs ts
files to dist/src
directory too, which are not required.
I will look into this issue.
I just cloned a new repo and it still has the src
folder in the dist
folder:
Should it be like that?
I tried installed pnpm instead of yarn but it still created the dist folder in src
I just cloned a new repo and it still has the
src
folder in thedist
folder:Should it be like that?
I tried installed pnpm instead of yarn but it still created the dist folder in src
src
directory does exists and it's not a problem. We have html files included from src directory. So this is fine.
We should not have any extra (or non compiled files), which has been fixed in latest commit.
Ahh okay!
Just wondering if it's possible to change the name of src to another name such as dist or something?
I could always just do a script anyways.
But thank you!
This should be possible, I will look into this.
It's not really a big deal but I appreciate it!
It's just weird to me to have it named src
in production.
Why does it generate src folder inside dist folder? Can it be fixed?