UNPKG

vertinho

Version:

Library to make conference apps and softphones through WebSockets with FreeSWITCH mod_verto.

15 lines (14 loc) 246 B
module.exports = { mode: 'development', entry: './src/index.js', output: { filename: './demo/bundle.js', }, module: { rules: [{ test: /\.(js)$/, exclude: /node_modules/, loader: 'babel-loader', }], }, };