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

Suggestion: Webpack migration guide #1

Open
benjamingr opened this issue Oct 30, 2020 · 0 comments
Open

Suggestion: Webpack migration guide #1

benjamingr opened this issue Oct 30, 2020 · 0 comments

Comments

@benjamingr
Copy link

It would be useful to have a guide explaining how to migrate from Webpack 4/5 to esbuild. In particular an example taking a real Webpack config file and building the code with esbuild would be useful:

  • Migrating from webpack.IgnorePlugins
  • Migrating from webpack.DefinePlugin (setting process.env.FOO = someValue)
  • How to migrate code using base64-inline-loader
  • Migrating alias
  • Migrating noParse clauses
  • What to do with currently used additional loaders (like ng-annotate-loader)
  • Migrating from webpack.HtmlWebpackPlugin
  • Migrating from webpack.FaviconsWebpackPlugin
  • Migrating from webpack.BannerPlugin
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

1 participant