UNPKG

bigbluebutton-js

Version:

JavaScript wrapper for BigBlueButton API

12 lines (10 loc) 218 B
const path = require('path') module.exports = { mode: 'production', entry: './src/index.js', output: { library: 'bigbluebutton', path: path.resolve(__dirname, 'dist'), filename: 'browser.js', }, }