Skip to content

Commit

Permalink
removed unused things from config
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam committed Oct 21, 2020
1 parent 28fd2fa commit ca51292
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ export default {
format: 'umd',
name: 'ZXing',
sourcemap: true,
file: 'dist/umd/index.js',
globals: {
'@zxing/library': 'ZXing',
},
file: 'dist/umd/index.js'
},
};

0 comments on commit ca51292

Please sign in to comment.