Add basic email editor build config

MAILPOET-6215
This commit is contained in:
Oluwaseun Olorunsola
2024-11-04 17:15:10 +01:00
committed by Oluwaseun Olorunsola
parent f787e6d98c
commit 632c381b73
9 changed files with 176 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
import { initialize } from 'email-editor/engine/editor';
import { initialize } from './engine/editor';
window.addEventListener('DOMContentLoaded', () => {
initialize('mailpoet-email-editor');