We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1abc21 commit 18b6f77Copy full SHA for 18b6f77
addAssetHtmlPlugin.js
@@ -37,7 +37,7 @@ export default class AddAssetHtmlPlugin {
37
return htmlPluginData.plugin.addFileToAssets(`${this.filename}.map`, compilation)
38
}
39
})
40
- .then(() => callback())
+ .then(() => callback(null, htmlPluginData))
41
42
43
0 commit comments