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

DLL: Re-export existing modules instead of exporting default object #9681

Merged
merged 4 commits into from
May 18, 2021

Conversation

pomek
Copy link
Member

@pomek pomek commented May 12, 2021

Suggested merge commit message (convention)

Fix: All non-DLL packages will re-export their modules instead of exporting the default object with these modules as the object entries. Closes #9134.


Additional information

Requires ckeditor/ckeditor5-dev#697.

@pomek
Copy link
Member Author

pomek commented May 12, 2021

I expect red CI because all-features-dll manual test will not start (due to lack of changes from cke5-dev).

@pomek
Copy link
Member Author

pomek commented May 12, 2021

Before changes:
image

After:
image

@Reinmar
Copy link
Member

Reinmar commented May 17, 2021

LGTM. Everything works fine, but we need to publish https://github.com/ckeditor/ckeditor5-dev/pull/697/files first and bump the version of ckeditor5-dev-utils EVERYWHERE we use it.

@pomek pomek merged commit e010f38 into master May 18, 2021
@pomek pomek deleted the ck/9134 branch May 18, 2021 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why does index.js of e.g. cke5-paragraph looks different than that of cke5-highlight
2 participants