This package has been deprecated
Author message:
This package has been deprecated.
html-webpack-inner-script-plugin
1.0.1 • Public • Published
- innerScript true | false (True is start innerScript)
- ignore Array (Ignore url, if you don't need inner)
const HtmlWebpackPlugin = require('html-webpack-plugin')
const WebpackPluginInnerScript = require('WebpackPluginInnerScript');
module.exports = {
entry: './index.js',
output: {
path: __dirname + '/dist',
filename: 'index_bundle.js'
},
plugins: [
new HtmlWebpackPlugin(),
new WebpackPluginInnerScript({
innerScript: true,
ignore: []
})
]
}
Readme
Keywords
nonePackage Sidebar
Install
npm i html-webpack-inner-script-plugin
Weekly Downloads