Skip to content
This repository has been archived by the owner on Dec 28, 2021. It is now read-only.

Commit

Permalink
Fixing disted extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Antonio-Laguna committed Nov 16, 2021
1 parent 0cefff5 commit c0bf737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .rollup.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export default [
{
input: 'src/index.js',
output: [
{ file: 'dist/index.js', format: 'cjs', sourcemap: true, exports: 'default' },
{ file: 'dist/index.cjs', format: 'cjs', sourcemap: true, exports: 'default' },
{ file: 'dist/index.mjs', format: 'esm', sourcemap: true, exports: 'default' }
],
plugins: [
Expand Down

0 comments on commit c0bf737

Please sign in to comment.