From 0354dd2c24f92ba436a62e096060a566747bb9bb Mon Sep 17 00:00:00 2001 From: paweldomas Date: Mon, 31 Oct 2016 10:44:50 -0500 Subject: [PATCH] feat(index.html): prevent from displaying broken page The commit adds an error listener which will replace the document body with an error message if any of the files required for the app to be displayed correctly fails to load. --- index.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/index.html b/index.html index 0b48e162c..d60b121d9 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,37 @@