0.1.3 • Published 6 years ago

mixer-webpack-plugin v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Mixer Webpack Plugin

npm node license

Installation

$ npm install mixer-webpack-plugin --save-dev

Usage

import MixerPlugin from 'mixer-webpack-plugin';
import HtmlPlugin from 'html-webpack-plugin';
import ExtractTextPlugin from 'extract-text-webpack-plugin';

export default {
    // ...
    plugins: [
        MixerPlugin(
			new HtmlPlugin({ /* options */ }), // target
			new ExtractTextPlugin({ /* options */ }), // mixin
			// other mixins...
		),
        // ...
    ]
};

Full example

License

This project is licensed under MIT.