loumonthjack / resumed-events

Enterprise SaaS Platform for Event Management: This solution offers virtual business cards for attendees, and enables organizers to manage multiple staff, attendees, and events through an easy-to-use dashboard.
https://resumed.events
0 stars 0 forks source link

build DX #13

Open 60fov opened 8 months ago

60fov commented 8 months ago

dev build script

note

even though we don't need a bundler most of the modern build tools (vite, esbuild, bun) have them. ideally we'd use one of these. the problem, however, is astro integration. really i'd like to use the astro dev tools as we are already using them (for now), but no documentation (i think) so would have to go through astro source (consider asking discord)

60fov commented 8 months ago

upon brief inspection of the dev script from astro it looks like the are just using an esbuild plugin. might not be too hard to replicate and incorporate into our build system.

see here -> https://github.com/withastro/astro/blob/main/scripts/cmd/build.js

60fov commented 8 months ago

resolved with plugin https://github.com/loumonthjack/resumed-events/commit/ae7aafe972cd483104064b4a6f88d8c8eff2a1b2

60fov commented 8 months ago