Skip to content

Commit 070a9d0

Browse files
fix: inline code block error, merge pull request #245 from Y80/main
2 parents 50b724d + ac16ce3 commit 070a9d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ createServer()
596596

597597
### build.sourcemap {#build-sourcemap}
598598

599-
- **类型:** `boolean | 'inline'` | 'hidden'`
599+
- **类型:** `boolean | 'inline' | 'hidden'`
600600
- **默认:** `false`
601601

602602
构建后是否生成 source map 文件。如果为 `true`,将会创建一个独立的 source map 文件。如果为 `'inline'`,source map 将作为一个 data URI 附加在输出文件中。`'hidden'` 的工作原理与 `'true'` 相似,只是 bundle 文件中相应的注释将不被保留。

0 commit comments

Comments
 (0)