1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

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

View file

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