I'm integration mockup via Asko's webpack plugin and due to our own needs we are bundling and bootstraping TinyMCE ourselves. Still tinyMCE (from mockup) gets loaded.
Is there a way to disable a specific pattern so that it gets disabled on the resource registry and thus the webpack plugin does not fetch it?
@gforcada With Webpack-built theme you may also drop the bundle registration part. You only need to copy plone-logged-in from Plone into your theme, customize it and require it directly (instead of using "plone-logged-in"-alias).
On the logged-in.js I did remove the tinymce line on the require list, but the mockup-patterns-textareamimetypeselector depends on it, so tinymce was being loaded anyway.
Cool, then not even chagnes on registry.xml are needed.