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:
Dependency updates.
Rewrite of bin/build.js to adapt to the new API + include the Live Reloading feature.
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:
bin/build.js
to adapt to the new API + include the Live Reloading feature.