Skip to content

Commit

Permalink
chore(rspack): fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Jan 27, 2025
1 parent 23c70eb commit 71f39d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/rspack/src/executors/rspack/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ export async function getRspackConfigs(
)({}, { options, context });

if (
(typeof userDefinedConfig === 'function' &&
(isNxRspackComposablePlugin(userDefinedConfig) ||
!options.standardRspackConfigFunction))
typeof userDefinedConfig === 'function' &&
(isNxRspackComposablePlugin(userDefinedConfig) ||
!options.standardRspackConfigFunction)
) {
// Old behavior, call the Nx-specific rspack config function that user exports
return await userDefinedConfig(config, {
Expand Down

0 comments on commit 71f39d2

Please sign in to comment.