Skip to content

Commit c59ce55

Browse files
committed
ci(vite): rm not used external
1 parent f587290 commit c59ce55

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

vite.config.ts

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,6 @@ export default defineConfig({
1313
rollupOptions: {
1414
external: [
1515
'vue',
16-
'vue/compiler-sfc',
17-
'@codemirror/autocomplete',
18-
'@codemirror/commands',
19-
'@codemirror/lang-vue',
20-
'@codemirror/state',
21-
'@codemirror/theme-one-dark',
22-
'@codemirror/view',
2316
],
2417
output: {
2518
exports: 'named',

0 commit comments

Comments
 (0)