<script src="bundle.js"></script>
<script type="text/javascript" src="bundle.js?5fc2c71bd09ffa7a3df9"></script>
plugins: [
new HtmlWebpackPlugin({
hash: true,
template: './static/index.html',
excludeAssets: [/bundle.js[^?]/]
}),
new HtmlWebpackExcludeAssetsPlugin(),
],
I what exclude bundle.js from this fragment
this seems not working
How can I do this ?