UNPKG

yaas-sdk

Version:
12 lines (11 loc) 191 B
module.exports = { context: __dirname + '/lib', entry: { yaas: './index.js' }, output: { path: __dirname + '/dist', filename: './index.js', libraryTarget: 'umd' } }