light-polyfill
v2.0.1
Published
Provide polyfills for template tag and web components used by LightJS
Readme
light-polyfill
This module shoudl be used by browsers that do not support template tag and/or web components.
How to install?
npm install --save light-polyfillThen simply import it in your application BEFORE light:
import "light-polyfill"