chore: disable verbose logs from rollup-plugin-copy

This commit is contained in:
Johannes Loher 2022-11-17 00:49:10 +01:00
parent 62ea192b96
commit 50a18d05bc

View file

@ -74,7 +74,6 @@ const config = {
rename: (name, extension) => `${name.replace(".json", ".db")}.${extension}`,
},
],
verbose: true,
}),
isWatch && livereload(distDirectory),
],