Hi all
Can anyone tell me why, after migrating from version 16 to version 17, it is no longer possible to import Wysiwyg in the usual way?
In my module i use
import { Wysiwyg } from "@web_editor/js/wysiwyg/wysiwyg";
I need this to add new commands to powerbox
But this results in an error:
The following modules are needed by other modules but have not been defined, they may not be present in the correct asset bundle:
@web_editor/js/wysiwyg/wysiwyg
At the same time,
import fonts from '@web_editor/js/wysiwyg/fonts';
in the same file, does not lead to errors.
__manifest__ contains dependencies:
'depends': ['base', 'mail', 'web_editor']
I tried to do this on a completely empty module to avoid possible conflicts, but the error was the same. What could be wrong?