Skip to content

Move from CRACO to Webpack with SWC #34717

Closed
@alex-golovanov

Description

@alex-golovanov

In short, moving from CRACO to Webpack with SWC can provide significant performance gains, greater flexibility, and a deeper understanding/control of the build process.

Reasons for upgrade:

  1. Performance Improvements
    SWC is a Rust-based compiler that is significantly faster than Babel. Upgrade will lead to faster build times and quicker feedback during development.
  2. Customization and Flexibility
    CRA abstracts much of the Webpack configuration, which can be limiting when you need more advanced configurations. Moving to a custom Webpack setup removes these limitations, using Webpack directly gives you complete control over your build setup.
  3. Better Maintenance and Debugging
    With Webpack, we maintain direct control over configuration files, making it easier to debug and update as your project evolves. A well-structured Webpack setup can lead to a clearer understanding of the build process, making maintenance easier and reducing the likelihood of obscure issues.

Metadata

Metadata

Labels

EnhancementNew feature or requestFrontendThis label marks the issue or pull request to reference client codeIDE NavigationIssues/feature requests related to IDE navigation, and context switchingIDE PodIssues that new developers face while exploring the IDEIDE ProductIssues related to the IDE Product

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions