In #87, the EditorCodec and StylesheetCodec exports were removed because they generate errors in dependent project (at least, with ViteJS projects).
[ERROR] No matching export in "../core/dist/esm/editor/EditorToolbar.js" for import "EditorToolbarCodec"
We should understand why they generate errors and how we can restore them.
In #87, the
EditorCodecandStylesheetCodecexports were removed because they generate errors in dependent project (at least, with ViteJS projects).We should understand why they generate errors and how we can restore them.