UNPKG
@codemaster138/authy-client
Version:
latest (1.0.2)
1.0.2
1.0.0
Client for the authy API
github.com/codemaster138/authy-client
codemaster138/authy-client
@codemaster138/authy-client
/
webpack.common.js
9 lines
•
185 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { entry:
'./src/index.js'
, output: { filename:
'authy.js'
, library:
'authy'
, libraryTarget:
'umd'
, globalObject:
'this'
}, }