Skip to content

Commit

Permalink
Exclude esm build (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmarkelov authored Mar 22, 2024
1 parent 453fd20 commit 1a35ec0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ export default {
file: 'build/index.js',
format: 'cjs',
},
{
file: 'build/index.mjs',
format: 'esm',
},
],
plugins: [
resolve({ extensions }),
Expand Down

0 comments on commit 1a35ec0

Please sign in to comment.