Skip to content

Commit

Permalink
Update rollup.config.js
Browse files Browse the repository at this point in the history
fix lint warning
  • Loading branch information
epreston committed Aug 7, 2023
1 parent 8c89d83 commit 5c6b6e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ const outputConfigs = {
file: resolve(`dist/${name}.esm-browser.js`),
format: `es`,
},
cjs: {
'cjs': {
file: resolve(`dist/${name}.cjs.js`),
format: `cjs`,
},
global: {
'global': {
file: resolve(`dist/${name}.global.js`),
format: `iife`,
},
Expand Down

0 comments on commit 5c6b6e0

Please sign in to comment.