Skip to content

Commit

Permalink
Merge pull request #99 from heyjul3s/chore/bundler-config-update
Browse files Browse the repository at this point in the history
add esm min to manifest
  • Loading branch information
heyjul3s committed Mar 4, 2021
2 parents 24598a9 + 6d4098c commit 2189241
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/bundler/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ const formatOptions = [
format: 'esm',
esModule: true
},
{
file: `dist/${fileName}.esm.min.js`,
format: 'esm',
esModule: true
},
{
file: `dist/${fileName}.umd.js`,
format: 'umd',
Expand Down

0 comments on commit 2189241

Please sign in to comment.