A basic Rollup setup for React and styled-components. Version 0.2.5 is the latest release. Provides a self-executable configuration, but lacks active maintenance and documentation. Minimal dependencies: React ^16.9.0 and styled-components ^4.3.2. Not recommended for production.
npm install rollup-startNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to import the default config and the start/build functions, then use them.
Use an alternative like @rollup/plugin-babel or create-react-app.
Use a compatible React/styled-components version or migrate.
Use @rollup/plugin-typescript or manually add typings.
Run: npm install rollup-start@0.2.5
Add "type": "module" to package.json or use .mjs extension.
Use: import rollupConfig from 'rollup-start' (not require).