1
0
Fork 0
mirror of synced 2024-07-04 22:11:23 +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 2972927a18
commit 5984746809

View file

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