You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 8, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,53 @@ Example template for `html-webpack-plugin`:
63
63
<body>
64
64
<h1>My web site</h1>
65
65
<%=htmlWebpackPlugin.files.webpackChunkManifest%>
66
-
<%=htmlWebpackPlugin.files.webpackManifest%>
67
66
</body>
68
67
</html>
69
68
```
69
+
70
+
### Override default chunk manifest plugin
71
+
To use plugins like [webpack-manifest-plugin](https://github.com/danethurber/webpack-manifest-plugin) you can override the default plugin used to extract the webpack chunk manifest. To do this, you can do either of below configs:
0 commit comments