UNPKG

eluck-demopack

Version:

Easily build front end projects.

7 lines (5 loc) 218 B
const defaultOpts = { inject: 'body', cache: false } module.exports = (args, pwd) => { // left here in case we need to do more with HTMLWebpackPlugin return Object.assign({}, defaultOpts, { title: args.title }) }