jodit/jodit-react

Jodit react does not expose the config since it uses the ES2018 build

Opened this issue · 0 comments

Jodit Version: 3.4.xxxxx

Browser: any
OS: Mac
Is React App: True

Code

// A *self-contained* demonstration of the problem follows...

import JoditEditor, { Jodit } from 'jodit-react';

Expected behavior:

I expect to be able to import the Config module from jodit in order to extend it for custom plugins

Actual behavior:

Config does not seem to be included in the ES2018 build which jodit-react uses.