소스 검색

fix library name CustomEditors

Andrey Titovskiy 3 년 전
부모
커밋
77d1a41664
4개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 0 0
      build/ckeditor.js
  2. 0 0
      build/ckeditor.js.map
  3. 1 1
      sample/index.html
  4. 1 1
      webpack.config.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/ckeditor.js


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
build/ckeditor.js.map


+ 1 - 1
sample/index.html

@@ -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: '',

+ 1 - 1
webpack.config.js

@@ -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',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.