mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-29 17:07:08 +02:00
chore: eslint & prettier nits
This commit is contained in:
parent
8f493605ad
commit
084063eabe
15 changed files with 152 additions and 142 deletions
|
@ -30,9 +30,9 @@ module.exports = function createProdConfig(props) {
|
|||
]);
|
||||
// show compilation progress bar and build time
|
||||
config.plugin('niceLog').use(webpackNiceLog, [{name: 'Production'}]);
|
||||
|
||||
|
||||
// Webpack Bundle Analyzer to check which causes huge bundle size
|
||||
config.plugin('bundleAnalyzer').use(bundleAnalyzer);
|
||||
|
||||
|
||||
return config;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue