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
I have a question about using Vite to package a Vue project as a library.
I've configured vite.config.json with main.js as the entry point to package the Vue project into a library.
Then, I referenced this library in another .NET Core project, but I can't see the exported methods as expected.
I'm not sure where the issue is. Any ideas?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a question about using Vite to package a Vue project as a library.
I've configured vite.config.json with main.js as the entry point to package the Vue project into a library.
Then, I referenced this library in another .NET Core project, but I can't see the exported methods as expected.
I'm not sure where the issue is. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions