Skip to content

Commit

Permalink
Disable .js file minification in docusaurus build (#6781)
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana authored Jan 9, 2025
1 parent 038714a commit cd6557a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"scripts": {
"docusaurus": "docusaurus",
"start": "docusaurus start",
"build": "docusaurus build",
"build": "docusaurus build --no-minify",
"swizzle": "docusaurus swizzle",
"deploy": "docusaurus deploy",
"clear": "docusaurus clear",
Expand Down

0 comments on commit cd6557a

Please sign in to comment.