UNPKG

coins-logon-widget

Version:

COINS Logon Widget. Injectable utility to manage browser authorization with COINS

17 lines (15 loc) 309 B
var path = require('path'); var webpack = require('webpack'); module.exports = { bail: true, node: { fs: 'empty' }, entry: { 'test': ['./test/index.js', './test/auth.js'] }, output: { path: path.join(__dirname), filename: '[name].bundle.js', }, };