更新
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.stripOptions = void 0;
|
||||
exports.stripOptions = {
|
||||
include: ['**/*.js', '**/*.ts', '**/*.tsx', '**/*.vue'],
|
||||
functions: [
|
||||
'onBeforeMount',
|
||||
'onMounted',
|
||||
'onBeforeUpdate',
|
||||
'onUpdated',
|
||||
'onActivated',
|
||||
'onDeactivated',
|
||||
'onBeforeActivate',
|
||||
'onBeforeDeactivate',
|
||||
'onBeforeUnmount',
|
||||
'onUnmounted',
|
||||
'onRenderTracked',
|
||||
'onRenderTriggered',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user