We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c430d3 commit 77c46feCopy full SHA for 77c46fe
webpack.config.js
@@ -7,6 +7,7 @@ module.exports = {
7
output: {
8
path: __dirname,
9
filename: 'arangojs.min.js',
10
+ libraryTarget: 'umd',
11
library: 'arangojs'
12
},
13
module: {
0 commit comments