chore: nits

This commit is contained in:
endiliey 2018-08-23 23:36:39 +08:00
parent e13e1bffb4
commit 1f2c8a39a9
4 changed files with 7 additions and 8 deletions

View file

@ -58,6 +58,7 @@ module.exports = async function start(siteDir, cliOptions = {}) {
const {siteConfig} = props;
config.plugin('html-webpack-plugin').use(HtmlWebpackPlugin, [
{
inject: false,
hash: true,
template: path.resolve(__dirname, '../core/devTemplate.ejs'),
filename: 'index.html',