min-webpack
Absolutely Minimal Setup for Webpack that works.
Webpack
Webpack is a JavaScript/NodeJS Module Bundler.
Why?
- Most setups are bloated with unnecessary options.
- Start clean and minimal and extend as you go.
Features
- Minimal functional Webpack config file.
- Minimal testing example.
Install
Create new directory:
mkdir new-directory && cd new-directory
Install the package:
npm install min-webpack --save
That's it.
Getting started
Run webpack and open the demo HTML file:
webpack && open demo/index.html
Enjoy!