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 has been archived by the owner on Dec 13, 2019. It is now read-only.
Allow creating a "lib" mode in which you have a "lib" directory with some index.js exporting some classes.
I'm currently doing this by modifying the entry and output config of webpack, but it is hacky. Before moving to Quasar this was handled with a different command (build:lib) in package.json and a different webpack config.
We have a base project with components we reuse in other projects.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Allow creating a "lib" mode in which you have a "lib" directory with some index.js exporting some classes.
I'm currently doing this by modifying the entry and output config of webpack, but it is hacky. Before moving to Quasar this was handled with a different command (build:lib) in package.json and a different webpack config.
We have a base project with components we reuse in other projects.
The text was updated successfully, but these errors were encountered: