@web-component-attribute-polyfill/browser

1.0.8 • Public • Published

npm version license install size Known Vulnerabilities Node.js Unit Test

@web-component-attribute-polyfill/browser

Package to load the polyfill into a browser

Usage

Ensure to import the polyfill, through an import:

import * as polyfill from '@web-component-attribute-polyfill/browser';

Or from the HTML script tag:

<script defer="defer" src="./node_modules/@web-component-attribute-polyfill/browser/build/bundle.js">

You could find in the build folder various targets

Commands

  • npm run dev:build: Bundle the package for various targets
  • npm run dev:linting: Lint files
  • npm test: Run tests
  • npm run test:coverage: Run tests and see coverage reports

Contributing

Readme

Keywords

none

Package Sidebar

Install

npm i @web-component-attribute-polyfill/browser

Weekly Downloads

1

Version

1.0.8

License

MIT

Unpacked Size

72.4 kB

Total Files

8

Last publish

Collaborators

  • rochejul