-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
I just love webpack ...
Small issue I am sure many people will walk into and that is super easy to fix once and for all,
in firefox, webpack-dev-server generates the following warning whenever the page reloads:
"The character encoding of the HTML document was not declared. The document will render with garbled text in some browser configurations if the document contains characters from outside the US-ASCII range. The character encoding of the page must to be declared in the document or in the transfer protocol."
To fix this:
in the head of client/live.html add:
<meta charset="utf-8"/>
rahulparmar339, SidduH, gaurav-stepin, iSpring, khahani and 129 morejuanda3111, tanaysoft09, alessandrorubio, cameron-white, wnsy and 16 morevignesh9782AkhatorEnosa, AkashEdakkalathur, medou-boushab, arihajix, fishky and 3 morevignesh9782, Gibbo3771 and skinner2401
Metadata
Metadata
Assignees
Labels
No labels