mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-11 16:17:25 +02:00
feat(v2): minor webpack build perf optimization (#1612)
* feat(v2): improve webpack build time * revert devtool * nits * nits * prettier
This commit is contained in:
parent
95fde5f827
commit
d57110d15c
6 changed files with 24 additions and 7 deletions
|
@ -359,7 +359,7 @@ module.exports = function(context, opts) {
|
|||
{
|
||||
loader: path.resolve(__dirname, './markdownLoader.js'),
|
||||
},
|
||||
],
|
||||
].filter(Boolean),
|
||||
},
|
||||
],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue