A means to just do either bun build.js (for production), or bun dev.js (for development). Just like that.
- Tailwind support!
- No
bun auditwarnings! elm-janitorpatching done @ postinstall (that is, afterbun install)- True HMR for Elm1 without killing or restarting the app
- PLAIN AND SIMPLE configuration, no craziness
Made by hand, btw (I feel like I need to specify these days...)
Footnotes
-
The tailwind part of this is not yet quiiite working; that is – it works as in "class names are changed on the fly", BUT tailwinds tree-shaking isn't re-run. Meaning: if you add a new tailwind class that's not already present in your app, you need to refresh for it to get added. ↩