Add proper package name for UMD build.

This commit is contained in:
Piotr Szczęśniak 2024-05-21 12:45:05 +02:00
parent dc82d019dc
commit d8a5ceebbc

View File

@ -52,7 +52,7 @@ function dist( path ) {
sourceMap: true,
minify: true,
browser: true,
name: '<%= formattedNames.plugin.lowerCaseMerged %>',
name: '@ckeditor/ckeditor5-mermaid',
external: [
'ckeditor5',
'ckeditor5-premium-features'