It has possibility to change it but what if one library is in parent folder of process.cwd(), and second one in process.cwd()?
npm/node by default looks into parental folders to find target library.
In my library I used npm-check to handle this case.
See: https://github.com/morriq/microservices-webpack-plugin/pull/27/files
It has possibility to change it but what if one library is in parent folder of process.cwd(), and second one in process.cwd()?
npm/node by default looks into parental folders to find target library.
In my library I used
npm-checkto handle this case.See: https://github.com/morriq/microservices-webpack-plugin/pull/27/files