1.0.1 • Published 4 years ago

@feizheng/scripts-injector-webpack-plugin v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

scripts-injector-webpack-plugin

Scripts injector webpack plugin.

installation

npm install -D @feizheng/scripts-injector-webpack-plugin

usage

new ScriptsInjectorWebpackPlugin({
  replacements:[
    function(inHtml){
      return inHtml.replace('</body>','<!--YOUR CODE--></body>')
    }
  ]
})

resources

dependences

  • MUST IMPORT html-webpack-plugin