Skip to content

Commit

Permalink
build: set browser build to iife
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSolati committed Jul 23, 2018
1 parent 0ee27f8 commit 7b0df7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const completeBuilds = [{
input: 'src/index.ts',
output: {
file: 'dist/' + GLOBAL_NAME + '.js',
format: 'umd',
format: 'iife',
name: GLOBAL_NAME
},
plugins: [...plugins, uglify()]
Expand Down

0 comments on commit 7b0df7f

Please sign in to comment.