1.0.0 • Published 7 years ago

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

Weekly downloads
2
License
MIT
Repository
github
Last release
7 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

7 years ago