chore: disable verbose logs from rollup-plugin-copy
This commit is contained in:
parent
62ea192b96
commit
50a18d05bc
1 changed files with 0 additions and 1 deletions
|
@ -74,7 +74,6 @@ const config = {
|
||||||
rename: (name, extension) => `${name.replace(".json", ".db")}.${extension}`,
|
rename: (name, extension) => `${name.replace(".json", ".db")}.${extension}`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
verbose: true,
|
|
||||||
}),
|
}),
|
||||||
isWatch && livereload(distDirectory),
|
isWatch && livereload(distDirectory),
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in a new issue