A Rollup plugin for building Ripple applications. Ripple is a React-based framework for building user interfaces, and this plugin integrates it with Rollup. The current stable version is 0.2.152, but it is rarely updated and likely unmaintained. Differentiators: it allows developers to use Rollup as a bundler for Ripple projects instead of the default Ripple CLI. However, usage is minimal and documentation is scarce.
npm install rollup-plugin-rippleVerified import paths — ran on the pinned version, not inferred.
Basic setup of rollup-plugin-ripple in a Rollup config file.
Consider using the official Ripple CLI or evaluate if this plugin is still needed.
Use 'import ripple from 'rollup-plugin-ripple'' or 'const ripple = require('rollup-plugin-ripple')'.Ensure plugins array includes ripple() not just ripple.
Run 'npm install rollup-plugin-ripple' or 'yarn add rollup-plugin-ripple' in your project directory.
Change 'import { ripple } from 'rollup-plugin-ripple'' to 'import ripple from 'rollup-plugin-ripple''.Change 'plugins: [ripple]' to 'plugins: [ripple()]'.