diff --git a/package.json b/package.json index 591952e7..022a9164 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,6 @@ "types": "./dist/index.d.ts", "main": "./dist/index.js", "exports": { - "import": "./dist/index-esm.mjs", "require": "./dist/index.js", "default": "./dist/index.js" }, diff --git a/rollup.config.js b/rollup.config.js index c74b8ac7..5a9a72cf 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -8,7 +8,7 @@ export default { }), ], output: [ - { format: 'esm', file: './dist/index-esm.mjs' }, + // { format: 'esm', file: './dist/index-esm.mjs' }, { format: 'cjs', file: './dist/index.js' }, ], external: [