Skip to content

Commit

Permalink
fix(rspack): log compilation errors #28179
Browse files Browse the repository at this point in the history
  • Loading branch information
Coly010 committed Oct 14, 2024
1 parent db47dc3 commit 43ce07a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/rspack/src/utils/with-nx.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ export function withNx(_opts = {}) {
...(config.devServer ?? {}),
port: config.devServer?.port ?? 4200,
hot: config.devServer?.hot ?? true,
devMiddleware: {
...(config.devServer?.devMiddleware ?? {}),
stats: true,
},
} as any,
module: {
rules: [
Expand Down

0 comments on commit 43ce07a

Please sign in to comment.