Rspack Best Practices Apply these rules when writing or reviewing Rspack projects. Configuration - Use and - Define explicit values for multi-page applications - Keep one main config and branch by only when needed - Keep rule conditions narrow and explicit ( , , , ) - Prefer built-in Rspack plugins/loaders over community JS alternatives when equivalent features exist CLI If is installed: - Use for local development - Use for production build - Use only for local production preview Type checking - Use for integrated dev/build type checks - Or run / as an explicit script step CSS Choose one str…