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)
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:
webpack.IgnorePlugin
swebpack.DefinePlugin
(setting process.env.FOO = someValue)base64-inline-loader
alias
noParse
clausesng-annotate-loader
)webpack.HtmlWebpackPlugin
webpack.FaviconsWebpackPlugin
webpack.BannerPlugin