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
Probably yes. The Webpack-specific code in this project is very small. Porting that for esbuild, maybe even using Go, would probably not take long if esbuild provides the necessary APIs. Namely, some way to load the single updated file to the open browser window. Or if esbuild allows outputting files without bundling them all together, even simpler approach could be to just monitor file changes in the output folder and use ng-hot-reload-standalone to stream those changes to browser.
No description provided.
The text was updated successfully, but these errors were encountered: