Skip to content

Commit eba73a5

Browse files
authored
Merge pull request #295 from ckeditor/rename-global-name
Fix: Change the global name used in the UMD build from `CKEditor` to `CKEDITOR_VUE` to match the new convention. See ckeditor/ckeditor5#16736. MINOR BREAKING CHANGE: Change the global name used in the UMD build from `CKEditor` to `CKEDITOR_VUE`.
2 parents e2a9bbc + a0669ff commit eba73a5

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)