stencil-community / stencil-app-starter

Minimal starter project for building web components with Stencil
https://github.com/ionic-team/stencil
MIT License
320 stars 102 forks source link

ES5 build doesn't work on IE11: attachShadow not supported #73

Closed mmatczak closed 3 years ago

mmatczak commented 3 years ago

After setting the buildEs5 config's property either to true or to prod and executing either npm start or npm run build, the www output target does not work on IE11. It prints: Object doesn't support property or method 'attachShadow'

I opened this issue also in the Stencil repo as I was not sure which repo is the right one.

rwaskiewicz commented 3 years ago

I'm going to close this issue, as it seems that the issue was resolved with this comment in the issue linked above. However, if this is still an issue, please feel free to open a new issue in this repo