build the generic browser client as a UMD library
This commit is contained in:
@ -7,6 +7,8 @@ module.exports = {
|
||||
output: {
|
||||
filename: 'elasticsearch.js',
|
||||
path: rel('dist'),
|
||||
library: 'elasticsearch',
|
||||
libraryTarget: 'umd'
|
||||
},
|
||||
module: {
|
||||
loaders: [
|
||||
|
||||
Reference in New Issue
Block a user