소스 검색

Webpack's utils do not require the 'moduleName' option.

Kamil Piechaczek 8 년 전
부모
커밋
efd39466ee
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      packages/ckeditor5-build-classic/bin/build.js

+ 0 - 1
packages/ckeditor5-build-classic/bin/build.js

@@ -28,7 +28,6 @@ const packageRoot = path.join( __dirname, '..' );
 const ckeditor5Root = path.join( packageRoot, '..', '..' );
 const webpackParams = {
 	cwd: ckeditor5Root,
-	moduleName: buildConfig.moduleName,
 	entryPoint: path.join( packageRoot, entryPoint ),
 	destinationPath: path.join( packageRoot, buildConfig.destinationPath )
 };