Skip to content

Commit

Permalink
iife
Browse files Browse the repository at this point in the history
  • Loading branch information
dejurin committed May 13, 2024
1 parent 1ac0dd0 commit a90f975
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
38 changes: 19 additions & 19 deletions dist/browser/latest.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/browser/latest.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion rollup.browser.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default {
input: 'index.ts',
output: {
file: 'dist/browser/latest.min.js',
format: 'cjs',
format: 'iife',
sourcemap: true,
name: 'skinTone',
},
Expand Down

0 comments on commit a90f975

Please sign in to comment.