A standalone, browser-ready bundle of Rollup (v0.42.9), the JavaScript module bundler. This package provides Rollup as a single file with no external dependencies, suitable for use in browsers or environments without a module system. It wraps Rollup's API, allowing bundling without Node.js. Note that this is an older Rollup version (0.x), not compatible with modern Rollup plugins or configuration. The package is minimal with no recent updates.
npm install rollup-standaloneVerified import paths — ran on the pinned version, not inferred.
Demonstrates building a module with rollup.standalone: creates a bundle and generates IIFE output.
Use the official 'rollup' package instead, and ensure your configuration is compatible with Rollup 0.x.
Switch to 'rollup' and use the official browser build from https://unpkg.com/rollup/dist/rollup.js
Always use the default import: import rollup from 'rollup-standalone'
import rollup from 'rollup-standalone' // default import
import rollup from 'rollup-standalone';
No dependency data recorded yet.