8
0
Pārlūkot izejas kodu

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

Kamil Piechaczek 8 gadi atpakaļ
vecāks
revīzija
efd39466ee
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  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 )
 };