We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9788522 commit 42140e5Copy full SHA for 42140e5
packages/react-dev-utils/InterpolateHtmlPlugin.js
@@ -26,7 +26,7 @@ class InterpolateHtmlPlugin {
26
compiler.hooks.compilation.tap('InterpolateHtmlPlugin', compilation => {
27
this.htmlWebpackPlugin
28
.getHooks(compilation)
29
- .beforeEmit.tap('InterpolateHtmlPlugin', data => {
+ .afterTemplateExecution.tap('InterpolateHtmlPlugin', data => {
30
// Run HTML through a series of user-specified string replacements.
31
Object.keys(this.replacements).forEach(key => {
32
const value = this.replacements[key];
0 commit comments