|
|
@@ -4,6 +4,9 @@ module.exports = {
|
|
|
// Name of CKEditor instance exposed as global variable by a bundle.
|
|
|
moduleName: 'ClassicEditor',
|
|
|
|
|
|
+ // Specify path where bundled editor will be saved.
|
|
|
+ path: '.',
|
|
|
+
|
|
|
editor: 'editor-classic/classic',
|
|
|
|
|
|
// List of features.
|
|
|
@@ -15,5 +18,8 @@ module.exports = {
|
|
|
'headings',
|
|
|
'paragraph',
|
|
|
'enter'
|
|
|
- ]
|
|
|
+ ],
|
|
|
+
|
|
|
+ // The format of the generated bundle.
|
|
|
+ format: 'iife'
|
|
|
};
|