react-email icon indicating copy to clipboard operation
react-email copied to clipboard

fix(react-email): upgrade cpy to 9.0.1

Open akagire opened this issue 2 years ago β€’ 2 comments

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 γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-02-09 12 13 51

copied directory γ‚Ήγ‚―γƒͺγƒΌγƒ³γ‚·γƒ§γƒƒγƒˆ 2023-02-09 12 13 59

Note cpy is switched pure ESM since version 9 so this fix is dynamic import for cpy.

akagire avatar Feb 09 '23 03:02 akagire

I know that version uses ESM, right?

bukinoshita avatar Feb 09 '23 03:02 bukinoshita

@bukinoshita Yes, I know. If you have any concern for using ESM, or roadmap for support ESM, please tell and I'll respect it.

akagire avatar Feb 09 '23 03:02 akagire

#460 adopted. Thank you

akagire avatar Feb 14 '23 01:02 akagire