{"library":"rollup-plugin-webbundle","title":"rollup-plugin-webbundle","description":"Rollup plugin to generate Web Bundles and signed Web Bundles (Isolated Web Apps). Version 0.2.0 is alpha; requires Node >=16, Rollup >=1.21.0 <4.0.0. Supports both unsigned (WBN) and signed (SWBN) bundles via integration with wbn-sign. Plugins for general web packaging and Chrome's Isolated Web Apps. No other Rollup WebBundle plugins exist, making this the primary option but highly experimental. Release cadence is low.","language":"javascript","status":"active","last_verified":"Mon Apr 27","install":{"commands":["npm install rollup-plugin-webbundle"],"cli":null},"imports":["import webbundle from 'rollup-plugin-webbundle'","import webbundle from 'rollup-plugin-webbundle'","import type { RollupWebbundleOptions } from 'rollup-plugin-webbundle'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"import webbundle from 'rollup-plugin-webbundle';\n\nexport default {\n  input: 'src/index.js',\n  output: { dir: 'dist', format: 'esm' },\n  plugins: [\n    webbundle({\n      baseURL: 'https://example.com/',\n      static: { dir: 'static' },\n    }),\n  ],\n};","lang":"javascript","description":"Creates a Web Bundle from a Rollup build. The example sets baseURL and includes a static directory.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}