RSPack Migration Plan

Implementation Prompt

"Migrate the Converse.js build system from Webpack to RSPack by:

  1. Replacing all Webpack configuration files with RSPack equivalents
  2. Using RSPack's built-in plugins instead of Webpack plugins where possible
  3. Removing unnecessary loaders since RSPack has SWC built-in
  4. Maintaining all existing functionality while improving build performance
  5. Keeping the existing file structure and build process intact"

Migration Checklist

Configuration Files

Plugin Replacements

Loader Optimizations

Package.json Updates

Testing