Skip to content

Commit

Permalink
fix(umd): Expose library as UMD
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 26, 2018
1 parent 3399769 commit de06b3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = (env) => {
output: {
path: outputPath,
filename: 'glance.js',
libraryTarget: 'umd',
},
module: {
rules: [{ test: entry, loader: 'expose-loader?Glance' }].concat(
Expand Down

0 comments on commit de06b3d

Please sign in to comment.