Closed lgemeinhardt closed 3 years ago
On the other hand, Microsoft itself will not support IE11 in their own online app anymore (Teams since 2020-11-30 and O365 as of 2021-08-17).
Hi, I'll work on it tomorrow.
Gosh, I reworked the rollup.config.js for days but still no polyfills for IE10.
It looks like I have to try with: @babel/plugin-transform-runtime
If you can try this with latest commits. https://github.com/djibe/material/blob/master/build/rollup.config.js
Thanks
Fixed in latest commit. Use material.min.js from github.
Babel doesn't polyfill DOM methods like closest(). I had to import a specific polyfill.
Looks good for me (I will close my PR) ... Thank you very much!
IE 11 shows the following error (while clicking buttons like https://djibe.github.io/material/docs/4.6/material/buttons/):
SCRIPT438: Object doesn't support property or method 'closest' ripplet.js (26,11)