diff --git a/rollup.config.js b/rollup.config.js index d209b37a..79d70300 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -10,10 +10,6 @@ export default { file: 'build/index.js', format: 'cjs', }, - { - file: 'build/index.mjs', - format: 'esm', - }, ], plugins: [ resolve({ extensions }),