migrate-to-rspack

Installation
SKILL.md

Migrate an existing app to Rspack

Rspack compiles app code while Meteor builds Atmosphere packages and assembles the final bundle. Do not rewrite packages merely because Rspack is enabled, but audit their architecture declarations and browser-incompatible dependencies.

Prerequisite: Meteor 3.4+. Strongly recommended to enable "meteor": { "modern": true } first (Meteor 3.3+) and fix Babel fallbacks, then add Rspack. See the meteor-modern-build-stack skill for the activation knobs and rspack.config.js shape.

Match @meteorjs/rspack to the Meteor release, not to @rspack/core or @rspack/cli:

Meteor rspack @meteorjs/rspack Capability boundary
3.4 1.0.0 1.0.0 Base integration and helpers.
3.4.1 and 3.5 1.1.0 2.0.1 Adds v2 helpers and inherited TOOL_NODE_FLAGS.
3.5.1 1.2.0 2.1.0 Revised client polyfills and extension discovery.
Installs
31
GitHub Stars
7
First Seen
12 days ago
migrate-to-rspack — meteor/agent-skills