html-webpack-plugin-scripttag-attribute-plugin
v0.0.7
Published
>a plugin to set attrbutes for script tag
Downloads
8
Readme
html-webpack-plugin-scripttag-attribute-plugin
a plugin to set attrbutes for script tag
Installation
npm install --save html-webpack-plugin-scripttag-attribute-plugin
Basic Usage
Require the plugin in your webpack config:
var SetScriptTagAttr = require('html-webpack-plugin-scripttag-attribute-plugin');
Add the plugin to your webpack config as follows:
plugins: [
new SetScriptTagAttr({
charset: 'UTF-8'
}),
]