1.0.0 • Published 6 years ago

webpack-html-independent-public-path v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

webpack-html-independent-public-path

Define a independent public path with html-webpack-plugin.

Usage

new HtmlWebpackPlugin(),
// append after HtmlWebpackPlugin
new WebpackHTMLIndependentPublicPath({
  publicPath: 'xxxx'
})
1.0.0

6 years ago