1
0
Fork 0
mirror of synced 2024-06-30 03:50:37 +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(), svg(),
json(), json(),
production && terser(), production && terser(),
visualizer(), !production && visualizer(),
], ],
watch: { watch: {
clearScreen: false, clearScreen: false,