Search code examples
docusaurus

Disable minification in docusaurus?


I see the flag to disable minification for Docusaurus, but the flag only appears to work for docusaurus build and not for docusaurus start. Is there a way to do something equivalent when running locally? It would make browser debugging much easier.


Solution

  • I added the feature in this PR