Skip to content

The one that restores IE11 support 馃挭

Compare
Choose a tag to compare
@shakyShane shakyShane released this 16 Mar 20:30
· 32 commits to master since this release

What's Changed

esbuild does not support down-level transpiling as far as IE11 - so when I switched to it, it accidentally broke IE11 support 馃槩

This is an important issue for me - many devs that support old browsers like IE11 are doing so because their projects are used in public services, or internal applications. Not every developer out there has the luxury of supporting evergreen-only browsers.

So, IE11 will work once again 馃帀. Please use the issues thread to make me aware of any problem that's preventing you from using Browsersync in your day job 馃挭 (and be sure to thumbs-up the issues you want to see resolved)

# IE11 works, again
npm install browser-sync@latest

Full Changelog: v2.28.3...v2.29.0