We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f35e14 commit 3807d25Copy full SHA for 3807d25
1 file changed
package.json
@@ -18,6 +18,6 @@
18
"fmt": "oxfmt --indent-width=2 cabotage/client/static/",
19
"lint": "oxlint cabotage/client/static/",
20
"minify:css": "lightningcss --minify --bundle cabotage/client/static/main.css -o cabotage/client/static/main.min.css",
21
- "minify:js": "bun build cabotage/client/static/main.js --minify --outfile cabotage/client/static/main.min.js"
+ "minify:js": "bun build cabotage/client/static/main.js --minify-whitespace --minify-syntax --no-bundle --outfile cabotage/client/static/main.min.js"
22
}
23
0 commit comments