Replies: 1 comment
-
|
Related: #19 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a project setup for a component library and I am having some issues getting the file structure to stay the same as it is in the
libfolder.I have the following
tsconfig.jsonfiles.tsconfig.jsontsconfig.lib.jsonvite.config.tspackage.jsonThis is the folder structure that I have and I want this to end up in
/distafter runningnpm run build.What I actually get is this and I don't know where
index.vue_vue_type_script_setup_true_lang-Bvhkb65H.jsis coming from. Also if I were to do the same thing in Vite with a React project, I would get the same file structure indistaslib.What can be done so that the output in
/distisBeta Was this translation helpful? Give feedback.
All reactions