Any chance of getting an ESM version or some default export shimming introduced? vite dev dislikes the package immensely, throwing an error which resembles:
Uncaught SyntaxError: The requested module '/@fs/private/tmp/jsx-email-starter/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js?v=ae42d2d7' does not provide an export named 'default' (at index.js?v=ae42d2d7:350:8)
unified is making use of this package (and is ironically ESM-only) and running vite with anything that wants to use unified is quite impossible without extensive gymnastics.
Any chance of getting an ESM version or some default export shimming introduced?
vite devdislikes the package immensely, throwing an error which resembles:unifiedis making use of this package (and is ironically ESM-only) and running vite with anything that wants to useunifiedis quite impossible without extensive gymnastics.