aurelia / documentation

The documentation for Aurelia.
MIT License
105 stars 111 forks source link

Add warning about v2.0 and IE11 #472

Closed y2k4life closed 4 years ago

y2k4life commented 4 years ago

@3cp explains the issue here https://github.com/aurelia/dialog/issues/387 and here on discourse

v2 switched to native dynamic import() statement to simplify the code. This is indeed a breaking change for IE11.

EisenbergEffect commented 4 years ago

Thank you @y2k4life !