Webpack Aliases

In this lesson, we will be exploring Webpack aliases.

We'll cover the following

The module managers we have in the JavaScript community, mainly ES Modules and CommonJS, don’t support project-based paths. They only support relative paths for our own modules and paths for the node_modules folder. When a project grows a bit, it’s common to see paths such as:

Get hands-on with 1200+ tech skills courses.