UNPKG

lingoe

Version:
14 lines (11 loc) 259 B
const path = require('path'); module.exports = { entry: './index.js', mode: 'production', target: 'web', output: { library: 'Lingoe', path: path.resolve(__dirname, 'dist'), filename: 'lingoe.js' } };