Skip to content

Suggestion: Webpack migration guide #1

@benjamingr

Description

@benjamingr

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions