We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
I wont to include your npm modules directly as esm but your package json is wrong.
the export: "module" points to "dist/index.js" wich has this code:
export * from './esm-es5/index.js';
but the index.js in esm-es5 is empty
Activity