mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-22 13:37:05 +02:00
chore: nits
This commit is contained in:
parent
e13e1bffb4
commit
1f2c8a39a9
4 changed files with 7 additions and 8 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue