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