@archwall/rspack
v1.0.0
Published
Rspack and webpack adapter for ArchWall: validates the real module graph at finishModules.
Downloads
567
Readme
@archwall/rspack
Rspack adapter for ArchWall: an Rspack-shaped surface over
@archwall/bundler-plugin.
npm install --save-dev archwall @archwall/rspack// rspack.config.ts
import ArchWallPlugin from "@archwall/rspack";
export default { plugins: [new ArchWallPlugin()] };Validates at finishModules, which always sees the complete graph — including on watch
rebuilds — so there is no dev/build split. Violations land on compilation.errors or
compilation.warnings per failOn.
Rules come from archwall.config.ts. Part of ArchWall.
