react-email
react-email copied to clipboard
fix(react-email): upgrade cpy to 9.0.1
fix issue #447.
#428 is Great PR but it was not keep emails
directory.
The reason is In [email protected]
copied directory structure was broken (Always flatten). But [email protected]
keep it.
So I updated it.
develop directory
copied directory
Note cpy
is switched pure ESM since version 9 so this fix is dynamic import for cpy
.
I know that version uses ESM, right?
@bukinoshita Yes, I know. If you have any concern for using ESM, or roadmap for support ESM, please tell and I'll respect it.
#460 adopted. Thank you