webpack-html-independent-public-path
v1.0.0
Published
Specify a independent public path for html-webpack-plugin.
Downloads
5
Readme
webpack-html-independent-public-path
Define a independent public path with html-webpack-plugin.
Usage
new HtmlWebpackPlugin(),
// append after HtmlWebpackPlugin
new WebpackHTMLIndependentPublicPath({
publicPath: 'xxxx'
})