Rollup plugin for the Felt web development framework (v0.1.2). This package provides middleware that integrates Rollup bundling into Felt's asset pipeline, processing JavaScript files with custom Rollup plugins (e.g., buble, resolve, commonjs). It targets legacy projects using Felt (unmaintained) and is not recommended for new development; alternatives like Vite or native Rollup are preferred. No recent updates or active maintenance expected.
npm install felt-rollupVerified import paths — ran on the pinned version, not inferred.
Shows how to integrate felt-rollup middleware with Express, Felt, and Rollup plugins.
Migrate to standalone Rollup or Vite.
Use rollup directly or via other build tools.
Use require() or convert to ESM manually.
Run: npm install felt
Use const rollup = require('felt-rollup')