less logging during build

This commit is contained in:
Bruno Windels 2021-12-22 16:25:09 +01:00
parent c3ff571af7
commit c31215bc2a
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ const manifest = require("./package.json");
const version = manifest.version;
const commonOptions = {
logLevel: "info",
logLevel: "warn",
publicDir: false,
server: {
hmr: false