Skip to content

Commit

Permalink
Add ES output to rollup configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Apr 2, 2024
1 parent d56feef commit aa03cd4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,11 @@ export default async () => {
plugins: [terser()],
name: "numbro"
},
{
file: path.resolve(outputFolder, "numbro.es.js"),
format: "es",
name: "numbro"
},
],
plugins,
},
Expand Down

0 comments on commit aa03cd4

Please sign in to comment.