A parcel plugin that autoincludes the webcomponentsjs polyfill.
npm install parcel-plugin-webcomponentsA zero configuration plugin that automatically includes the webcomponentsjs polyfills in Parcel builds.
``shell`
yarn add parcel-plugin-webcomponents --dev
npm install --save-dev parcel-plugin-webcomponents
After the installation all builds should contain the webcomponents-loader.js` script.
Currently there are no configuration options.