export const stripOptions = { include: ['**/*.js', '**/*.ts', '**/*.tsx', '**/*.vue'], functions: [ 'onBeforeMount', 'onMounted', 'onBeforeUpdate', 'onUpdated', 'onActivated', 'onDeactivated', 'onBeforeActivate', 'onBeforeDeactivate', 'onBeforeUnmount', 'onUnmounted', 'onRenderTracked', 'onRenderTriggered', ], }