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

How can I apply it to my development? In webpack, I can use webpack-dev-server. Do I need to install webpack before using esbuild? #692

Closed
SiroSong opened this issue Jan 19, 2021 · 3 comments

Comments

@SiroSong
Copy link

As the title...

@zaydek
Copy link

zaydek commented Jan 19, 2021

I’ll try my best to help answer this question.

You can use esbuild w/ webpack but you don’t have to. It depends on what you expect. If you are a React developer, etc., then you may want to use esbuild with webpack like you described. In that case, try looking around: https://github.com/search?q=esbuild+webpack. I tried this one before: https://github.com/privatenumber/esbuild-loader.

Other repos may be able to help you better than this one, since this one is more focused on core development. You probably want to follow this repo https://github.com/esbuild/community-plugins in general. I didn’t see any there but probably a good place to check from time to time.

I hope that answers your question. 🙂 If it does, feel free to close this issue.

@nettybun
Copy link

If you're used to a dev server here's a mini one? #621 (comment)

@SiroSong
Copy link
Author

If you're used to a dev server here's a mini one? #621 (comment)

Oh, yes, my fault, I should read more API documentation.

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

3 participants