support meta description

This commit is contained in:
notgne2 2020-02-19 06:06:43 -07:00
parent 4654b25802
commit c6d629ad45

View File

@ -111,7 +111,8 @@ let plugins = (env, argv) => [
minify: argv.mode == 'production' ? htmlMin : false,
template: './template.html',
meta: {
viewport: 'width=320, initial-scale=1, maximum-scale=5'
viewport: 'width=320, initial-scale=1, maximum-scale=5',
description: DESCRIPTION,
}
}),
];