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

Introduce CKEditor 5 builds #6941

Closed
pomek opened this issue Mar 16, 2017 · 2 comments
Closed

Introduce CKEditor 5 builds #6941

pomek opened this issue Mar 16, 2017 · 2 comments
Assignees
Labels
package:dev type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Milestone

Comments

@pomek
Copy link
Member

pomek commented Mar 16, 2017

In order to create the CKEditor 5 builds, we need to do some changes in existing packages:

  • create a new package - ckeditor5-dev-bundler-webpack which will produce the bundle using Webpack,
  • ckeditor5-dev-utils - create a function which will create an entry file (for both bundlers),
  • ckeditor5-dev-bundler-rollup - update the package, it should use the function (for creating the entry file) added in utils package.
@pomek pomek self-assigned this Mar 16, 2017
@pomek
Copy link
Member Author

pomek commented Mar 20, 2017

Because package ckeditor5-dev-bundler-webpack does not make a sense, we will merge utils from this package into ckeditor5-dev-webpack-plugin and rename as ckeditor5-dev-webpack-utils.

Reinmar referenced this issue in ckeditor/ckeditor5-dev Apr 3, 2017
Feature: Exposed `createEntryPoint()` as part of `ckeditor5-dev-utils`. Closes #131.
@Reinmar
Copy link
Member

Reinmar commented Apr 3, 2017

At the end, we only needed to expose more utils in ckeditor5-dev-utils. The rest of the code landed in the build repo.

@mlewand mlewand transferred this issue from ckeditor/ckeditor5-dev May 18, 2020
@mlewand mlewand added this to the iteration 9 milestone May 18, 2020
@mlewand mlewand added type:feature This issue reports a feature request (an idea for a new functionality or a missing option). package:dev labels May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:dev type:feature This issue reports a feature request (an idea for a new functionality or a missing option).
Projects
None yet
Development

No branches or pull requests

3 participants