Learnings, tutorials, and advice about career, technology, and software development
Webpack externals is a way of loading in dependencies that are not installed in the node_modules folder. There are a few key points to grasp about this concept to use it properly.