Skip to content

Commit

Permalink
don't output webpack summary in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Mar 24, 2021
1 parent 8684894 commit dafd8f9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/xarc-app-dev/src/lib/dev-admin/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,7 @@ export class Middleware {
// aggregateTimeout: 2000,
// poll: false
// },
stats: {
colors: true
},
stats: "errors-warnings",
publicPath: "/js",
serverSideRender: false
// clientLogLevel: "info"
Expand Down

0 comments on commit dafd8f9

Please sign in to comment.