Browse Source

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

Kamil Piechaczek 8 năm trước cách đây
mục cha
commit
efd39466ee
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 )
 };