css-utf-8-plugin
v1.0.1
Published
add ` @charset "UTF-8" ` to each css file
Downloads
3
Readme
css-utf-8-plugin
webpack plugin for add @charset "UTF-8"
on each css file.
Installation:
npm install css-utf-8-plugin
Usage
const CssUtf8Plugin = require('css-utf-8-plugin')
module.exports = {
// ...other
plugins: [new CssUtf8Plugin()]
}