Home

Awesome

Learning Webpack

Just one of the things I'm learning. https://github.com/hchiam/learning

npm install webpack webpack-cli --save-dev
touch webpack.config.js

and then

webpack # or: npx webpack

creates a dist folder with bundled files.

Notes