bundle-config.js 513 B

123456789101112131415161718
  1. /**
  2. * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. 'use strict';
  6. module.exports = {
  7. creator: './build/esnext/ckeditor5/editor-classic/classic.js',
  8. moduleName: 'MyCKEditor',
  9. features: [
  10. './build/esnext/ckeditor5/enter/enter.js',
  11. './build/esnext/ckeditor5/paragraph/paragraph.js',
  12. './build/esnext/ckeditor5/typing/typing.js',
  13. './build/esnext/ckeditor5/undo/undo.js',
  14. './build/esnext/ckeditor5/headings/headings.js'
  15. ]
  16. };