Skip to content

Commit

Permalink
fix: cjs bundle name
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Jun 14, 2020
1 parent ce28d84 commit c08cc2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/vanilla/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ export default [
}),
build({
format: 'cjs',
file: 'dist/microlink.js',
file: 'dist/microlink.cjs.js',
exports: 'named'
}),
build({
format: 'cjs',
file: 'dist/microlink.min.js',
file: 'dist/microlink.cjs.min.js',
exports: 'named'
})
]

0 comments on commit c08cc2a

Please sign in to comment.