Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(question) can this somehow work with esbuild? #34

Open
nbaleli-w opened this issue Dec 20, 2020 · 1 comment
Open

(question) can this somehow work with esbuild? #34

nbaleli-w opened this issue Dec 20, 2020 · 1 comment

Comments

@nbaleli-w
Copy link

No description provided.

@noppa
Copy link
Owner

noppa commented Dec 23, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants