UNPKG

@codemaster138/authy-client

Version:
9 lines 185 B
module.exports = { entry: './src/index.js', output: { filename: 'authy.js', library: 'authy', libraryTarget: 'umd', globalObject: 'this' }, }