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.
2 parents bf4300f + 25ea1a3 commit 2c7400aCopy full SHA for 2c7400a
webpack.config.js
@@ -6,7 +6,8 @@ module.exports = {
6
entry: resolve(__dirname, 'src/index.js'),
7
output: {
8
path: __dirname,
9
- filename: 'arangojs.min.js'
+ filename: 'arangojs.min.js',
10
+ library: 'arangojs'
11
},
12
module: {
13
loaders: [
0 commit comments