I\'ve a simple web component following the latest web components v1 class syntax, it works great in Chrome and Firefox/Edge (with a polyfill) but I\'d like it to run in IE11
One solution is to use the native-shim available with this polyfill https://github.com/webcomponents/custom-elements
It's not perfect though, would like to find a cleaner solution.