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
The examples shown use esbuild 0.16, where the 'watch' functionality is not compatible with 0.20. As the audience are people who may not know about esbuild and its foibles, this can cause a considerable waste of time as they try to understand the problem.
Expected behavior
The example should be compatible with the latest version of esbuild.
Current behavior
Simply installing using npm and then trying to port over the functionality won't work and you'll get a rather unwieldy error message.
Use case
Improved beginner friendliness.
Screenshots/references
The text was updated successfully, but these errors were encountered:
Feature request
The examples shown use esbuild 0.16, where the 'watch' functionality is not compatible with 0.20. As the audience are people who may not know about esbuild and its foibles, this can cause a considerable waste of time as they try to understand the problem.
Expected behavior
The example should be compatible with the latest version of esbuild.
Current behavior
Simply installing using
npm
and then trying to port over the functionality won't work and you'll get a rather unwieldy error message.Use case
Improved beginner friendliness.
Screenshots/references
The text was updated successfully, but these errors were encountered: