zillow-browser-shims

1.0.1 • Public • Published

zillow-browser-shims Version Badge

Browser and JS language shims used by Zillow

Just require/import zillow-browser-shims, and the environment will be shimmed.

import 'zillow-browser-shims';

Included shims

Only browser shims

If you only want to bring in the browser shims and not the JS language shims (from zillow-js-shims), you can import zillow-browser-shims/browser-only. If you choose this route, you will want to be sure that you are properly bringing in the language shims for the browsers you support somehow. For example:

import 'zillow-js-shims/target/es2015';
import 'zillow-browser-shims/browser-only';

/zillow-browser-shims/

    Package Sidebar

    Install

    npm i zillow-browser-shims

    Weekly Downloads

    5

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    6.42 kB

    Total Files

    7

    Last publish

    Collaborators

    • evocateur