UNPKG

@moveo-ai/web-widget

Version:

Client side library to load the moveo chat widget and connect it with your agent

11 lines (9 loc) 228 B
const { merge } = require('webpack-merge'); const common = require('./webpack.config.js'); module.exports = merge(common, { mode: 'production', devtool: 'source-map', output: { filename: 'web-widget.min.js', }, });