_stefanzweifel’s avatar_stefanzweifel’s Twitter Archive—№ 2,368

  1. 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.
    1. …in reply to @_stefanzweifel
      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
      1. …in reply to @_stefanzweifel
        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?
        1. …in reply to @_stefanzweifel
          Fixed the issues with my own plugin. 🤓