-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Description
I what exclude bundle.js from this fragment
<script src="bundle.js"></script>
<script type="text/javascript" src="bundle.js?5fc2c71bd09ffa7a3df9"></script>
this seems not working
plugins: [
new HtmlWebpackPlugin({
hash: true,
template: './static/index.html',
excludeAssets: [/bundle.js[^?]/]
}),
new HtmlWebpackExcludeAssetsPlugin(),
],
How can I do this ?
Metadata
Metadata
Assignees
Labels
No labels