0.1.3 • Published 4 years ago

@rvshare/polyfill-nomodule v0.1.3

Weekly downloads
2
License
MIT
Repository
-
Last release
4 years ago

@rvshare/polyfill-nomodule

Fork of @next/polyfill-nomodule.

Package which contains any polyfills needed for older browsers. This package is then meant to be used by importing it via <script type="text/javascript" nomodule src="<get location of this module>">. Modern browser will not load this then.

Usage

// some entry file which will go in the `src` of your script tag
import '@rvshare/polyfill-nomodule';