Skip to content

Commit 1d89813

Browse files
committed
Add missing global to external library
1 parent d058b1a commit 1d89813

File tree

2 files changed

+628
-603
lines changed

2 files changed

+628
-603
lines changed

vite.config.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ export default defineConfig( {
3737
output: {
3838
globals: {
3939
'vue': 'Vue',
40-
'lodash-es': '_'
40+
'lodash-es': '_',
41+
'@ckeditor/ckeditor5-integrations-common': 'CKEDITOR_INTEGRATIONS_COMMON'
4142
}
4243
}
4344
}

0 commit comments

Comments
 (0)