-
Hello vuers! is there a way in #vuejs to conditionally include/exclude blocks of code in a component.vue file? Use case: import and setup mocks/spies on development, use real APIs on production. Ideally something like github.com/jsoverson/preprocess Tx!