提交 49e0ee4b 编写于 作者: J Jay Linski 提交者: Evan You

Allow index.md files as index pages (#23)

Until now, only `README.md` files got treated as a directory index.
This commit also allows `index.md` to be used as index files.
上级 9cb481a5
......@@ -189,7 +189,7 @@ async function genComponentRegistrationFile ({ sourceDir }) {
return `import Vue from 'vue'\n` + components.map(genImport).join('\n')
}
const indexRE = /\breadme\.md$/i
const indexRE = /\b(index|readme)\.md$/i
const extRE = /\.(vue|md)$/
function fileToPath (file) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册