Esbuild plugin for Taskr, a tiny build tool. Current stable version is 1.0.6 with no active development (last release in 2020). It allows using esbuild as a Taskr plugin, supporting Vue 3, React, and Preact, with basic CSS/Sass/Less/Stylus imports and image/JSON imports. Differentiator: part of the minimal Taskr ecosystem (7MB node_modules), but esbuild has since evolved and the plugin may lag behind. No known release cadence.
npm install taskr-esbuildNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to define a Taskr task that uses the esbuild plugin to transpile JavaScript files.
Upgrade Node.js to >=10.0.
Pin esbuild to a compatible version (e.g., around 0.9.x) if using this plugin.
Use a separate Vue plugin for .vue files.
Migrate to esbuild directly or use esbuild with other task runners.
Install package and its peers: npm install --save-dev taskr-esbuild taskr esbuild
Ensure you have a taskr.config.js that exports a function (or use taskfile.js) and that the plugin is installed correctly.