chore: 修复编译文档的 warn

This commit is contained in:
吴多益 2021-10-13 14:11:24 +08:00 committed by GitHub
parent 62aba569b4
commit 350aefdb7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,6 +131,7 @@ fis.match('monaco-editor/min/**.js', {
fis.match('/docs/**.md', { fis.match('/docs/**.md', {
rExt: 'js', rExt: 'js',
ignoreDependencies: true,
parser: [ parser: [
parserMarkdown, parserMarkdown,
function (contents, file) { function (contents, file) {