camerongillette / factorio_blueprint_editor

Online Editor for Elxeno's Factorio Blueprint Editor
Other
86 stars 13 forks source link

Use ES6, or keep IE11 support? #45

Closed Zeragamba closed 6 years ago

Zeragamba commented 6 years ago

There are a lot of useful features in es6 that are supported natively by most browsers except for IE11.

Do we want to stop supporting IE11 and use these new features?

ryepup commented 6 years ago

I vote drop it. If we later need to support to IE11, we add webpack+babel to compile ES6 down to IE11-friendly ES5