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
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:
but the index.js in esm-es5 is empty