0.1.1
版本发布时间: 2017-04-13 21:13:03
mozilla/webextension-polyfill最新发布版本:0.12.0(2024-05-15 01:58:49)
Features
- Provided as an npm package (
npm install webextension-polyfill
) - Wrapped as an UMD module (minified and non-minified, source maps are also provided) which can be included as a plain tag script, loaded using an AMD loader (e.g. RequireJS) or bundled using a CommonJS module bundler (e.g. webpack or browserify) (#17, #35).
Bug Fixes
- Fixed issues with the minified version (#11, #10)
- Fixed webpack issues with the UMD module (#35)
Thanks a lot to @josephfrazier for contributing the initial changes needed to provide the UMD module and release webextension-polyfill
as an npm package.