You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sourcing dependencies from npm instead, adding a buildsystem becomes necessary.
I started this work already, but lost it due to my failed-upgrade-lost-backup-fuckup.
I used esbuild as a build system, as it's far easier to configure than webpack, and also much faster.
(Vendoring all frontend dependencies does not require a build system, and is probably easiest, considering that these dependencies don't need frequent updates)
The text was updated successfully, but these errors were encountered:
..its deprecated since a long time.
When sourcing dependencies from npm instead, adding a buildsystem becomes necessary.
I started this work already, but lost it due to my failed-upgrade-lost-backup-fuckup.
I used esbuild as a build system, as it's far easier to configure than webpack, and also much faster.
(Vendoring all frontend dependencies does not require a build system, and is probably easiest, considering that these dependencies don't need frequent updates)
The text was updated successfully, but these errors were encountered: