1 min readJan 18, 2019
I have a question that maybe you can answer me.
I did a hook that is using dynamic imports to load some libraries. This works well. However, I want to move this logic into a npm library in order to reuse it in every project.
Webpack is also taking care about the dynamic imports inside the libraries? How I can handle this in the best way?
Thank you so much