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