2.1.2 • Published 9 years ago

pruno-webpack v2.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
9 years ago

pruno-webpack

Build your pruno application with Webpack. this mix supports webpack-dev-server, react-hot-loader, uglification, dedupification, and multiple bundles through YAML configuration. Alternatively, you can point webpack at your own webpack.config.js file with the config option and have full control.

Usage

"use strict";

var pruno = require('pruno');
pruno(function(mix) {
    mix
      .configure({ dir: __dirname + '/config' })
      .webpack({
        entry: '::src/index.js',
        dist: '::dist/bundle.js',
        'hot-load': true,
        uglify: false,
        devtool: 'eval-source-map'
      })
});
2.1.2

9 years ago

2.1.1

9 years ago

2.1.0

9 years ago

2.0.9

9 years ago

2.0.8

9 years ago

2.0.7

9 years ago

2.0.6

9 years ago

2.0.5

9 years ago

2.0.4

9 years ago

2.0.3

9 years ago

2.0.2

9 years ago

2.0.1

9 years ago

2.0.0

9 years ago

1.4.2

9 years ago

1.4.1

9 years ago

1.4.0

9 years ago

1.3.1

9 years ago

1.3.0

9 years ago

1.2.0

9 years ago

1.1.0

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago