-
Anyone tried building an esbuild plugin that creates a
mix-manifest.json? I would like to upgrade our Jigsaw projects to use Tailwind v3 *and* use the Tailwind CLI. Running mix and jigsaw is a tad too slow. Using esbuild + CLI would be fast without losing auto cache busting. -
Discovered a bunch of plugins which come close, but are not drop-in replacements. Also doesn't seem to work with a Jigsaw directory structure. 😑 - github.com/indooorsman/esbuild-plugin-assets-manifest - github.com/jfortunato/esbuild-plugin-manifest
-
Have a prototype ready for an esbuild plugin, but the final paths just doesn't make any sense. Probably just need to re-read the docs again. Or how are y'all working with Tailwind v3 and Jigsaw?
-
Fixed the issues with my own plugin. 🤓