This package has been deprecated

Author message:

This package has been deprecated.

html-webpack-inner-script-plugin

1.0.1 • Public • Published

a plugin for webpack

config

  • innerScript true | false (True is start innerScript)
  • ignore Array (Ignore url, if you don't need inner)

example

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

none

Package Sidebar

Install

npm i html-webpack-inner-script-plugin

Weekly Downloads

11

Version

1.0.1

License

ISC

Unpacked Size

9.03 kB

Total Files

9

Last publish

Collaborators

  • zhoucheng