Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WiP] Unified DLLs #865

Draft
wants to merge 5 commits into
base: master
Choose a base branch
from
Draft

[WiP] Unified DLLs #865

wants to merge 5 commits into from

Conversation

niegowski
Copy link
Contributor

Suggested merge commit message (convention)

Type: Message. See ckeditor/ckeditor5#13863.


Additional information

For example – encountered issues, assumptions you had to make, other affected tickets, etc.

@coveralls
Copy link

coveralls commented Apr 15, 2023

Coverage Status

Coverage: 10.67% (-77.5%) from 88.207% when pulling 7973f3c on ck/13863-poc into 564de3d on master.

@@ -32,6 +33,9 @@ module.exports = function getDllPluginWebpackConfig( webpack, options ) {
const packageName = tools.readPackageName( options.packagePath );
const langDirExists = fs.existsSync( path.join( options.packagePath, 'lang' ) );
const indexTsExists = fs.existsSync( path.join( options.packagePath, 'src', 'index.ts' ) );
const dependencies = Array.isArray( options.dependencies || [] ) ? options.dependencies || [] : [ options.dependencies ];
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could be generated from package.json - listing all @ckeditor/ dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants