Don't run visualiser in client library when not in production

This commit is contained in:
Andrew Kingston 2022-02-14 18:01:43 +00:00
parent 7828f9377e
commit 5a6d92e98a
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export default {
svg(),
json(),
production && terser(),
visualizer(),
!production && visualizer(),
],
watch: {
clearScreen: false,