2.1.2 • Published 10 years ago

pruno-webpack v2.1.2

Weekly downloads
4
License
ISC
Repository
github
Last release
10 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

10 years ago

2.1.1

10 years ago

2.1.0

10 years ago

2.0.9

10 years ago

2.0.8

10 years ago

2.0.7

10 years ago

2.0.6

10 years ago

2.0.5

10 years ago

2.0.4

10 years ago

2.0.3

10 years ago

2.0.2

10 years ago

2.0.1

10 years ago

2.0.0

10 years ago

1.4.2

10 years ago

1.4.1

10 years ago

1.4.0

10 years ago

1.3.1

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.0

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