Skip to content

Instantly share code, notes, and snippets.

@Uzwername
Last active August 27, 2020 00:33
Show Gist options
  • Save Uzwername/9bcac457f7a90d4e6ae7fa003b5d5944 to your computer and use it in GitHub Desktop.
Save Uzwername/9bcac457f7a90d4e6ae7fa003b5d5944 to your computer and use it in GitHub Desktop.
HtmlWebpackPlugin - Second attempt
<script>
(function(){
function showErrorPage() {
// Doesn't matter for now
}
window.addEventListener('DOMContentLoaded', function() {
var appScript = document.querySelector('script[src^="bundle"]');
appScript.addEventListener('error', showErrorPage);
});
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment