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