[Vuejs]-How to hide node_modules of a child project in node.js/webpack?

0👍

In your library, you should list js-joda under peerDependencies while in your main project you should list js-joda under dependencies.

For more information – https://nodejs.org/es/blog/npm/peer-dependencies/

Leave a comment