An open API service indexing awesome lists of open source software.

https://github.com/nuintun/html-webpack-bom-plugin

Add utf8 BOM for the html file.
https://github.com/nuintun/html-webpack-bom-plugin

Last synced: about 1 year ago
JSON representation

Add utf8 BOM for the html file.

Awesome Lists containing this project

README

          

# html-webpack-bom-plugin

> Add utf8 BOM for the html file.
>
> [![NPM Version][npm-image]][npm-url]
> [![Download Status][download-image]][npm-url]
> ![Node Version][node-image]

# Usage

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

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

# License

[MIT](LICENSE)

[node-image]: http://img.shields.io/node/v/html-webpack-bom-plugin.svg?style=flat-square
[npm-image]: http://img.shields.io/npm/v/html-webpack-bom-plugin.svg?style=flat-square
[npm-url]: https://www.npmjs.org/package/html-webpack-bom-plugin
[download-image]: http://img.shields.io/npm/dm/html-webpack-bom-plugin.svg?style=flat-square