WebPack - Project Structure
About
Webpack convention:
- “source” code (/src) - The “source” code is the code that we'll write and edit.
- “distribution” code (/dist) - build - The “distribution” code is the minimized and optimized output of our build process that will eventually be loaded in the browser