diff options
Diffstat (limited to 'build.mjs')
-rwxr-xr-x | build.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ await Promise.all([ ], sourcemap: "inline", watch, - minify: true + minify: false, }) ]).then(res => { const took = performance.now() - begin; |