You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
549 B
21 lines
549 B
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.createOptimizeDeps = void 0;
|
|
function createOptimizeDeps(_options) {
|
|
return {
|
|
exclude: [
|
|
'vue',
|
|
'vuex',
|
|
'vue-i18n',
|
|
'vue-router',
|
|
'@dcloudio/uni-app',
|
|
'@dcloudio/uni-components',
|
|
'@dcloudio/uni-i18n',
|
|
'@dcloudio/uni-shared',
|
|
'@dcloudio/uni-stacktracey',
|
|
'pinia',
|
|
],
|
|
};
|
|
}
|
|
exports.createOptimizeDeps = createOptimizeDeps;
|