-
-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
Labels
Description
Is your feature request related to a problem? Please describe.
When including attr-accept
in an ESM library, Vite fails to properly convert from CJS to ESM. See soorria/solid-dropzone#3 for a real-world example.
Describe the solution you'd like
Offer an ESM build parallel to the current CJS options. I believe a larger Webpack configuration can do this relatively easily.
Describe alternatives you've considered
Forking just to produce our own ESM build.
zettca and wojtekmaj