mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-05-01 07:42:52 +00:00
build: update vite config (#210)
This commit is contained in:
parent
969580b770
commit
210b9ba491
@ -93,10 +93,6 @@ export default ({ mode }: ConfigEnv): UserConfig => {
|
|||||||
return "monaco-editor";
|
return "monaco-editor";
|
||||||
} else if (id.includes("d3")) {
|
} else if (id.includes("d3")) {
|
||||||
return "d3";
|
return "d3";
|
||||||
} else if (id.includes("vue")) {
|
|
||||||
return "vue";
|
|
||||||
} else {
|
|
||||||
return "vendors";
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user