mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-14 17:47:40 +02:00
chore: rename v2 project back to Docusaurus (#975)
* feat: better log message on build * feat: rename any 'endiliey|munseo' to 'facebook|docusaurus' * test: remove unwanted console.log
This commit is contained in:
parent
8568a96e65
commit
fbdd79981d
10 changed files with 44 additions and 35 deletions
|
@ -31,10 +31,13 @@ module.exports = function createServerConfig(props) {
|
|||
},
|
||||
]);
|
||||
|
||||
// show compilation progress bar and build time
|
||||
// show compilation progress bar
|
||||
const isProd = process.env.NODE_ENV === 'production';
|
||||
config
|
||||
.plugin('niceLog')
|
||||
.use(webpackNiceLog, [{name: 'Server', color: 'yellow'}]);
|
||||
.use(webpackNiceLog, [
|
||||
{name: 'Server', color: 'yellow', skipBuildTime: isProd},
|
||||
]);
|
||||
|
||||
// user extended webpack-chain config
|
||||
applyChainWebpack(props.siteConfig.chainWebpack, config, true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue