build the generic browser client as a UMD library

This commit is contained in:
spalger
2016-05-19 19:45:50 -07:00
parent 0a93fefb65
commit 14a1d22170

View File

@ -7,6 +7,8 @@ module.exports = {
output: {
filename: 'elasticsearch.js',
path: rel('dist'),
library: 'elasticsearch',
libraryTarget: 'umd'
},
module: {
loaders: [