mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 13:11:43 +00:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
const config = require('@rancher/shell/vue.config');
|
|
|
|
module.exports = config(__dirname, {
|
|
excludes: [],
|
|
// excludes: ['fleet', 'example']
|
|
});
|