...
output:{// The name under which the editor will be exported.
library:'CKEDITOR',// 默认下载下来,此处是ClassicEditor,因为在ckeditor.js导出时名称已经使用,故修改
path: path.resolve( __dirname,'build'),
filename:'ckeditor.js',
libraryTarget:'umd',
libraryExport:'default'},...
评论列表
已有0条评论