Skip to content

Commit

Permalink
build: umd bundle
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanHotsiy committed Apr 24, 2017
1 parent e81b0c8 commit 1ecc8b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion webpack.config.js
Expand Up @@ -18,7 +18,10 @@ module.exports = {
output: {
path: root('lib'),
filename: 'graphql-lodash.bundle.js',
sourceMapFilename: '[file].map'
sourceMapFilename: '[file].map',
library: 'GQLLodash',
libraryTarget: 'umd',
umdNamedDefine: true
},
module: {
rules: [
Expand Down

0 comments on commit 1ecc8b7

Please sign in to comment.