1.1.0 • Published 8 years ago

rollup-config-webext v1.1.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

rollup-config-webext

Suggested configuration to bundle files in browser extensions.

It bundles external dependencies like browserify and creates an IIFE bundle.

Install

npm install --save-dev rollup-config-webext

Usage

rollup \
--config node:webext \
--input background.js \
--output dist/background.js

Related

License

MIT © Federico Brigante