Update tinyMce loader config to cover new cases of global tinymce

[MAILPOET-5988]
This commit is contained in:
Rostislav Wolny 2024-06-24 15:42:47 +02:00 committed by Veljko V
parent 7914bbef3b
commit 95754df815

View File

@ -184,6 +184,11 @@ const baseConfig = {
replace: "resolve('mailpoetTinymce",
flags: 'g',
},
{
search: 'tinymce.Resource',
replace: 'mailpoetTinymce.Resource',
flags: 'g',
},
],
},
},