You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
I see we are using tippy js which supports IE 11 with polyfills, currently helipopper is compiling for es2015.
can we compile it for es5 so that we can have support for IE (Why is IE immortal?).
At least app targeting es5 should compile with package installed as we are targeting es5 (functionality breaking are ok).
This will also require changes in @ngneat/overview
Angular version: 9.2
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [X] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: 10.17.0
- Platform: Windows
This discussion was converted from issue #32 on March 18, 2021 21:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Current behavior
I see we are using tippy js which supports IE 11 with polyfills, currently helipopper is compiling for es2015.
can we compile it for es5 so that we can have support for IE (Why is IE immortal?).
At least app targeting es5 should compile with package installed as we are targeting es5 (functionality breaking are ok).
This will also require changes in @ngneat/overview
Beta Was this translation helpful? Give feedback.
All reactions