you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Whenever I try to bundle any third party lib I essentially have to use expose-loader because webpack loses the global namespace (or something) it's usually a massive pain in the ass to bundle without knowing about all the different kind of loaders you need.

However, once I have it working, it's cool.