UNPKG
eluck-demopack
Version:
latest (0.2.1)
0.2.1
Easily build front end projects.
eluck-demopack
/
lib
/
config-html-plugin.js
7 lines
(5 loc)
•
218 B
JavaScript
View Raw
1
2
3
4
5
6
7
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
}) }