1.2.0 • Published 4 years ago

html-mini-loader v1.2.0

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

If you want to reference template files in a project, compressing HTML is a very common requirement, so develop html-mini-loader for matching HTML template files are compressed.

Application method

  • The configuration in the webpack.config.js file is as follows
module: {
rules: [{
    test: /\.html\$/,
    use: ['html-loader', 'html-mini-loader'] // html-mini-loader => html-loader => webpack
}]
}
}
1.2.0

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago