Here is my project:
https://github.com/march23hare/parcel-scaffolding-web-components/tree/test-custom-elements
My goal is:
- Using Parcel.js bundler.
- Vanilla JS and Web Components are the major tech-stack.
- Support IE 11.
So I make a configuration for babel, .babelrc.
And use Web Components' polyfill(https://github.com/webcomponents/custom-elements).
Then bundle it with Parcel.js.
The test component work properly on the modern browsers.
But for IE 11, it didn't.
I have no idea what is causing the problem.
Could you please help me?