And then let webpack pickup from there?
What are the caveats?
t
turansky
12/23/2020, 2:27 PM
1. Single file - simple
npm
library emulation (by id)
2. Different libraries can use same packages
3. Simple shared sideeffect injection (in single file)
a
andylamax
12/23/2020, 2:36 PM
1. I think not. One npm library can have multiple files. In this case, it'll be multiple files in one npm module. id'ed by say the gradle module name
2. That ain't a problem at all with npm AFAIK, different modules can share same folder structures
i.e.