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
{{ message }}
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
If I have two components and try to make a component library, doesn't work.
Steps to reproduce the behavior
Take component library example, copy paste MyComponent to MyComponent2, add intermediate file library.js. Import both components into new file. Store in object: library={MyComponent:MyComponent, MyComponent2:MyComponent2} and export it. Set this file to the input file.
First zip is single component "library" (works)
Second zip is multi component library (does not work)
Expected behavior
Actual behavior
If I have two components and try to make a component library, doesn't work.
Steps to reproduce the behavior
Take component library example, copy paste
MyComponent
toMyComponent2
, add intermediate filelibrary.js
. Import both components into new file. Store in object:library={MyComponent:MyComponent, MyComponent2:MyComponent2}
and export it. Set this file to the input file.First zip is single component "library" (works)
Second zip is multi component library (does not work)
vue-rollup-npm-test.zip
vue-rollup-npm-library-test.zip
The text was updated successfully, but these errors were encountered: