ckeditor5 icon indicating copy to clipboard operation
ckeditor5 copied to clipboard

Bundler-specific configurations in the Builder

Open roomsalmon opened this issue 1 year ago • 1 comments

Reproduction steps

After builder it hasn't docs for setup webpack. That's code to avoid errors:

{ test: /\.css$/i, use: ["style-loader", { loader: "css-loader", options: { url: { filter: (url) => { if (/^data:(image|font)/i.test(url)) { return false; } return true; }, }, }, }], },

Please update your instructions for setup from builder.

Current behavior

No response

Expected behavior

No response

Definition of Done

  • Please leave this field for us. We will fill it during the backlog refinement session.

Relevant debug data

No response

Other details

No response

User agent

Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/126.0.0.0 Safari/537.36

roomsalmon avatar Jun 26 '24 13:06 roomsalmon

Hi! The Builder (and editor) works with multiple bundlers, and we would need to provide multiple different setups. For now, we assumed that as an integrator, you own the bundler config.

In the future we may, provide more specific instructions, so I will keep this open.

Witoso avatar Jun 26 '24 13:06 Witoso

There has been no activity on this issue for the past year. We've marked it as stale and will close it in 30 days. We understand it may still be relevant, so if you're interested in the solution, leave a comment or reaction under this issue.

CKEditorBot avatar Jun 26 '25 23:06 CKEditorBot

We've closed your issue due to inactivity. We understand that the issue may still be relevant. If so, feel free to open a new one (and link this issue to it).

CKEditorBot avatar Jul 27 '25 23:07 CKEditorBot