@@ -72,7 +72,7 @@
</div>
</main>
<script src="../build/ckeditor.js"></script>
- <script>ClassicEditor
+ <script>CustomEditors.InlineEditor
.create(document.querySelector('.editor'), {
language: 'ru-ru',
licenseKey: '',
@@ -21,7 +21,7 @@
output: {
// The name under which the editor will be exported.
- library: 'ClassicEditor',
+ library: 'CustomEditors',
path: path.resolve(__dirname, 'build'),
filename: 'ckeditor.js',