UNPKG

pq-calendar-lite

Version:
14 lines (13 loc) 276 B
const path = require('path'); module.exports = { mode: 'production', entry: { calendar: './src/calendar.js' }, output: { path: path.resolve(__dirname, '../../lib'), publicPath: '/lib/', libraryTarget: 'umd', library: 'calendar' } };