finsweet / developer-starter

Developer starter template for Finsweet projects.
https://www.finsweet.com/
184 stars 67 forks source link

Migrate `esbuild` to `v0.17.0` #25

Closed alexiglesias93 closed 1 year ago

alexiglesias93 commented 1 year ago

This is an exciting one. esbuild recently released a new v0.17.0 version that has some API changes and includes some new functionalities.

The most exciting one is Live Reloading. Now it is possible to enable Live Reloading in the Webflow sites we develop in, meaning that every time you save a change in the codebase, the website will automatically reload. All without the need of additional build tools like Vite.

This PR includes a few updates: