{"id":27439,"library":"taskkit-rollup","title":"taskkit-rollup","description":"A TaskKit plugin for building Rollup projects. Version 4.0.1 is the latest stable release. Released through npm, the package wraps Rollup configuration into the TaskKit task runner ecosystem. It is designed to simplify the use of Rollup within TaskKit, but the project appears to have low maintenance cadence with few recent updates compared to direct Rollup usage. Differentiators: integrates with TaskKit's build pipeline, but limited community adoption and documentation.","status":"maintenance","version":"4.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/firstandthird/taskkit-rollup","tags":["javascript","taskkit","build","babel","rollup"],"install":[{"cmd":"npm install taskkit-rollup","lang":"bash","label":"npm"},{"cmd":"yarn add taskkit-rollup","lang":"bash","label":"yarn"},{"cmd":"pnpm add taskkit-rollup","lang":"bash","label":"pnpm"}],"dependencies":[{"reason":"Peer dependency for Rollup functionality","package":"rollup","optional":false}],"imports":[{"note":"Default export is the plugin function.","symbol":"default","correct":"import taskkitRollup from 'taskkit-rollup'"}],"quickstart":{"code":"import taskkitRollup from 'taskkit-rollup';\n\ntaskkitRollup({\n  input: 'src/index.js',\n  output: {\n    file: 'dist/bundle.js',\n    format: 'cjs'\n  }\n}).then(() => console.log('done'));\n","lang":"javascript","description":"Basic usage of taskkit-rollup plugin to bundle a JavaScript file."},"warnings":[{"fix":"Update to taskkit-rollup v4 and ensure Rollup v2+ is installed.","message":"Upgrade to v4 requires Rollup >=2.x. Plugin options changed from v3.","severity":"breaking","affected_versions":">=3.0.0 <4.0.0"},{"fix":"Install and use TaskKit as parent task runner.","message":"Plugin only works within TaskKit environment; not standalone","severity":"gotcha","affected_versions":">=0.0.0"}],"env_vars":null,"last_verified":"2026-04-27T00:00:00.000Z","next_check":"2026-07-26T00:00:00.000Z","problems":[{"fix":"npm install rollup --save-dev","cause":"Missing peer dependency rollup","error":"Cannot find module 'rollup'"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}