8

ES6 + flex everywhere in app without webpack, gulp etc...
Now app needs to support IE11
FML

Comments
  • 1
    Why?

    No really WHY?
  • 0
    Add a polyfill and let those IE users suffer 😈
  • 1
    @C0D4 Devs wanted to leverage better syntex but the code is mix of js/css/html and server side rendering engine tags that is why there is is not webpack becase it is unable to handle such bloated code
  • 2
    @AlwaysSceptical that I can live with, it's taking ES6 and backwards breaking it for IE11 in 2020 I have an issue with.
  • 1
    And this is why vue sucks, don’t mix languages in a single file
Add Comment