1.1.1 • Published 8 years ago

min-webpack v1.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 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

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago