-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
Getting error trying to build library of components #965
Comments
Would it be possible to share the error in the issue description so we might get a first idea whats happening before we clone the reporduction repository (thanks for setting that up btw)? |
@jineshshah36 I think you are only missing the entry point of your components in your build script. Something like this: |
You are correct, but actually in the process, I have uncovered a new bug If you clone the repo and
|
I'm seeing this with a scoped package as well. Is there a way to set the name in the umd.js besides project name? |
I've created issue #1064 and a sample repo for the scoped library issue. Maybe someone will be able to show me what I've done wrong :-) |
Closing as the original repro seems no longer available. |
Version
3.0.0-beta.6
Reproduction link
https://github.com/jineshshah36/vue-test-lib
Steps to reproduce
clone repo, run yarn, run yarn run build.
What is expected?
Build should create a lib of components
What is actually happening?
Build will fail
The text was updated successfully, but these errors were encountered: