Skip to content

Commit a0669ff

Browse files
committed
Fix: Change the global name used in the UMD build from CKEditor to CKEDITOR_VUE to match the new convention.
1 parent 324b58e commit a0669ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export default defineConfig( {
2424
// https://vitejs.dev/guide/build#library-mode
2525
lib: {
2626
entry: resolve( __dirname, 'src/plugin.ts' ),
27-
name: 'CKEditor',
27+
name: 'CKEDITOR_VUE',
2828
fileName: 'ckeditor'
2929
},
3030

0 commit comments

Comments
 (0)