Skip to content

Commit c1fe52b

Browse files
committed
chore: -
1 parent 78eac88 commit c1fe52b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const viteCfg = defineConfig({
2020
},
2121
rollupOptions: {
2222
output: {
23-
// name: 'codemirror-editor-vue3', // 仓库或组件的名字
23+
name: "codemirror-editor-vue3", // 仓库或组件的名字
2424
// 在 UMD 构建模式下为这些外部化的依赖提供一个全局变量
2525
globals: {
2626
vue: "Vue",

0 commit comments

Comments
 (0)