DEV Community

Discussion on: Multiple VueJs Apps in a Lerna monorepo, sharing a Storybook component library.

Collapse
 
sgobotta profile image
Santiago Botta

Thank you for this post! I'm currently migrating a repository using this tutorial and lerna documentation and I'm wondering if there's a way to properly handle webpack aliases from a vue.config.js file inside a source package. Image a scenario where this package is required by the client package. Have you ever tried something similar?