GrapesJS / preset-newsletter

GrapesJS preset configuration for the newsletter editor.
https://grapesjs.com/demo-newsletter-editor.html
BSD 3-Clause "New" or "Revised" License
190 stars 143 forks source link

Angular Optimised Build Fix #58

Closed umairabid closed 1 year ago

umairabid commented 5 years ago

This is related to #57

I have fixed it by making toggleImagesCommand similar to openImportCommand. The issue is probably due to strict standards of optimise mode which doesn't allow using returned value as function unless it is actually function.

Using export instead of define is another inconsistency which is fixed

artf commented 1 year ago

Closing due to the new refactored release of this plugin.