Convert AMD and CommonJS odules to ES6

[MAILPOET-1829]
This commit is contained in:
Jan Jakeš
2019-02-19 16:59:35 +01:00
committed by M. Shull
parent 5a0d905bd4
commit afcde00003
69 changed files with 310 additions and 581 deletions

View File

@@ -1,5 +1,4 @@
define(['mailpoet'], function iframeModule(mp) {
'use strict';
import mp from 'mailpoet';
var MailPoet = mp;
MailPoet.Iframe = {
@@ -22,5 +21,4 @@ define(['mailpoet'], function iframeModule(mp) {
}
};
return MailPoet;
});
export default MailPoet;