html-inline-webpack-plugin
Advanced tools
Changelog
1.0.0
HTMLInlineWebpackPluginScriptLoading
. And "ASYNC" option has been removed.Changelog
1.0.0-beta8
favIcon
to favicon
.DOMContentLoaded
event was used to wrap and trigger the code. This approach led to issues with scripts dependent on the DOMContentLoaded
event, causing adverse effects and malfunctioning of the code. The issue has been resolved to ensure that scripts dependent on DOMContentLoaded
function correctly without negative impacts.