Skip to content

Commit 77c46fe

Browse files
committed
Use UMD
1 parent 3c430d3 commit 77c46fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ module.exports = {
77
output: {
88
path: __dirname,
99
filename: 'arangojs.min.js',
10+
libraryTarget: 'umd',
1011
library: 'arangojs'
1112
},
1213
module: {

0 commit comments

Comments
 (0)