-
-
Notifications
You must be signed in to change notification settings - Fork 204
Description
I'm submitting a feature request
Webpack version:
4.27.1
HTML-Loader version:
1.0.0-alpha.0
Please tell us about your environment:
Linux
Current behavior:
The generated scripts for importing an html template contains characters invalid for IE 11 (cannot specifically isolate them). So when I try to load my app on IE 11, it crashes with an error "invalid character at line ...".
Expected/desired behavior:
-
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem along with a gist/jsbin of your webpack configuration.
N/A -
What is the expected behavior?
The generated scripts for importing an html template are compatible with IE 11 so that the application can be loaded on IE 11. -
What is the motivation / use case for changing the behavior?
Compatibility with older browser / Babel -
Browser: Internet Explorer 11
-
Language: ES5