1.1.1 • Published 9 years ago

min-webpack v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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!

1.1.1

9 years ago

1.0.11

9 years ago

1.0.10

9 years ago

1.0.9

9 years ago

1.0.8

9 years ago

1.0.7

9 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago