Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

Commit

Permalink
fix: set webpack loglevel (#292)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenbin92 authored Apr 27, 2020
1 parent be32042 commit be17243
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-react-app/src/config/default.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module.exports = {
disableHostCheck: true,
compress: true,
clientLogLevel: 'none',
noInfo: true,
logLevel: 'silent',
hot: true,
publicPath: '/',
quiet: false,
Expand Down

0 comments on commit be17243

Please sign in to comment.