UNPKG

wog

Version:

Just a wittle wogger with no dependencies

11 lines (9 loc) 180 B
const path = require('path'); module.exports = { entry: './index.js', output: { path: path.resolve(__dirname, 'dist'), filename: 'wog.js', library: 'Wog', }, };