ckeditor / ckeditor5-package-generator

A tool for creating a new package for CKEditor 5.
Other
6 stars 8 forks source link

Create DLL Build of an existing package #135

Open milad2golnia opened 1 year ago

milad2golnia commented 1 year ago

📝 Provide a description of the new feature

There are some third-party plugins like math out there in npm but they don't offer any dll build which is useful in many cases. I'm looking for a way to create dll version of a ckeditor5's plugin but I'm still unable to figure it out.

What is the expected behavior of the proposed feature?

This feature produces dll version of already developed plugin available on npm or on local.

NOTE: If it is already supported, then please extend documentation and add an example because by reading documentation, I was unable to figure it out.

If you'd like to see this feature implemented, add a 👍 reaction to this post.

pomek commented 1 year ago

Scope