thomashoneyman / purescript-halogen-realworld

Exemplary real world application built with PureScript + Halogen
https://thomashoneyman.com/guides/real-world-halogen
MIT License
792 stars 86 forks source link

Migrate to esbuild instead of Parcel #103

Closed thomashoneyman closed 2 years ago

thomashoneyman commented 2 years ago

This PR migrates Real World Halogen to use esbuild as the bundler instead of using Parcel. I've used esbuild in other projects and found it equally competent to Parcel as a bundler, but significantly faster.