How WebPack decides what entry to load from a package.json

added by JavaScript Kicks
5/9/2019 7:25:01 AM

774 Views

Today I was working on creating a node.js bundle using webpack 4, and came across a fun little doozie of an error which lead me to do a bit of code spelunkery into how Webpack actually decides on what to load when you require something from node_modules.


0 comments