-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with lib build #87
Comments
This plugin was created before Nx supported Supporting |
Sorry for the delay! We're not 100% sure how to fix this perfectly yet, but will need it soon in our own projects as well.
This part will be fixed tomorrow, and further improvements should come soon. |
fix: nx version issue fix: e2e test string match
fix: nx version issue fix: e2e test string match
A fix for this was just released in |
Hello.
At first I want to thank You for this plugin!
I'm just researching Nx for handling components library monorepo and found that in my Vue3 library dist apsent
package.json
file. It's also missing in generated library folder. I added it manually, but it's not copied by builder to related dist folder.In React and TS library it's present, but not in Vue one. First idea was that it's missing because of Vite buildling in development mode by default, but changing configuration to production does not solved an issue.
I have an idea to copy file manually but it looks "hacky". I beleave there is prettier solution. Maybe I missing something or doing something wrong because of lack of expirience with Nx?
Can You help me or suggest some workaround?
Tasks
package.json
to dist in app/lib build executorepackage.json
in library generator--publishable
flag to library generator (--importPath
may be necessary as well)e2e/vue3-vite-e2e/tests/library.spec.ts
The text was updated successfully, but these errors were encountered: