mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-18 20:59:42 +02:00
Beautify terminal output (#261)
* beautify terminal output - draw welcome banner on server starting - use minimal logs for webpack - disable verbose mode for nodemon resolves #240 * Update server.ts
This commit is contained in:
parent
1cd078317e
commit
51fb6655e2
3 changed files with 45 additions and 1 deletions
|
@ -87,5 +87,11 @@ export default () => {
|
|||
optimization: {
|
||||
splitChunks: false,
|
||||
},
|
||||
|
||||
/**
|
||||
* Show less logs while building
|
||||
* https://webpack.js.org/configuration/stats/
|
||||
*/
|
||||
stats: 'minimal'
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue