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

Commit

Permalink
build: fix output filename (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
ambar authored Mar 2, 2021
1 parent 82979ea commit 52ec2d9
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 @@ -4,7 +4,7 @@ export default {
input: 'index.js',
output: [
{ file: 'index.cjs.js', format: 'cjs', sourcemap: true },
{ file: 'index.es.mjs', format: 'es', sourcemap: true }
{ file: 'index.es.js', format: 'es', sourcemap: true }
],
plugins: [
babel({
Expand Down

0 comments on commit 52ec2d9

Please sign in to comment.