Describe the bug
App Crashes in IE 11
To Reproduce
Steps to reproduce the behavior:
Expected behavior
the view should be the same as in chrome.
Screenshots

Desktop (please complete the following information):
I afraid IE 11 lacks ES6 support. And thus broke the app. I regret any inconvince caused. Let me do some more tests and will let you know
Thanks for opening the issue...
I am pretty sure this can be resolved by resolving #31 .
Until then it's impractical to work on IE support while dropping all the niceties of modern JavaScript.
Yeah, vue-cli comes with babel transpiling (more or less @AndrewBastin the same happens in create-react-app).
For working with IE11 we have to pay attention with modern CSS too (for example flex, but there are many others) so question is if we really want the project "IE11 compliant".
Personally i don't find any reason to make it 100% compatible with IE11 also due to the fact that Chrome, Brave and Firefox are free to use browsers for any OS
Yeah, vue-cli comes with babel transpiling (more or less @AndrewBastin the same happens in create-react-app).
For working with IE11 we have to pay attention with modern CSS too (for example flex, but there are many others) so question is if we really want the project "IE11 compliant".
Personally i don't find any reason to make it 100% compatible with IE11 also due to the fact that Chrome, Brave and Firefox are free to use browsers for any OS
@diego81b yeah, well the issue opened here is that the app doesn't work on IE11, lending some basic support doesn't hurt.
I don't think we need full IE11 compliance, because that will make it difficult or limit the stuff we can do with this app, but some graceful fallbacks will be nice.
Well, another kinda being a wrench to this is that I am kinda working on making Postwoman kinda run as a lightweight cross-platform native desktop app (still by not using Electron) instead by depending on system webviews, in Windows that will be IE, so well, I kinda would love 100% IE compliance :sweat_smile:
Closing the issue since #51 solved it
Most helpful comment
@diego81b yeah, well the issue opened here is that the app doesn't work on IE11, lending some basic support doesn't hurt.
I don't think we need full IE11 compliance, because that will make it difficult or limit the stuff we can do with this app, but some graceful fallbacks will be nice.
Well, another kinda being a wrench to this is that I am kinda working on making Postwoman kinda run as a lightweight cross-platform native desktop app (still by not using Electron) instead by depending on system webviews, in Windows that will be IE, so well, I kinda would love 100% IE compliance :sweat_smile: