This package has been deprecated

Author message:

the proposed configuration is too old by now

min-webpack

1.1.1 • Public • Published

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!

Package Sidebar

Install

npm i min-webpack

Weekly Downloads

0

Version

1.1.1

License

MIT

Last publish

Collaborators

  • dmitriz