1.0.2 • Published 8 years ago

htmlmin-loader v1.0.2

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Install

npm install htmlmin-loader --save

Usage

Documentation: Using loadershttp://webpack.github.io/docs/using-loaders.html

options see html-minifierhttps://github.com/kangax/html-minifier.

    //config

    module: {
        loaders: [{
            test: /\.html$/,
            loader: "htmlmin-loader"
        }]
    },
    'htmlmin-loader': {
        /*[options]*/
    }

LICENSE

MIT http://www.opensource.org/licenses/mit-license.php