From 50a18d05bc8ecd21527984e8aa6071f6575a3a92 Mon Sep 17 00:00:00 2001 From: Johannes Loher Date: Thu, 17 Nov 2022 00:49:10 +0100 Subject: [PATCH] chore: disable verbose logs from rollup-plugin-copy --- rollup.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index c7a84b21..8809d254 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -74,7 +74,6 @@ const config = { rename: (name, extension) => `${name.replace(".json", ".db")}.${extension}`, }, ], - verbose: true, }), isWatch && livereload(distDirectory), ],