Skip to content

nuintun/html-webpack-bom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-webpack-bom-plugin

Add utf8 BOM for the html file.

NPM Version Download Status Node Version

Usage

const HTMLWebpackBOMPlugin = require('html-webpack-bom-plugin');

module.exports = {
  // ... webpack configure
  plugins: [
    // ... webpack plugins
    new HTMLWebpackBOMPlugin()
  ]
};

License

MIT

About

Add utf8 BOM for the html file.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published