html-webpack-bom-plugin
v2.0.0
Published
Add utf8 BOM for the html file.
Downloads
4
Maintainers
Readme
html-webpack-bom-plugin
Add utf8 BOM for the html file.
Usage
const HTMLWebpackBOMPlugin = require('html-webpack-bom-plugin');
module.exports = {
// ... webpack configure
plugins: [
// ... webpack plugins
new HTMLWebpackBOMPlugin()
]
};