We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484b7cd commit af5cec4Copy full SHA for af5cec4
website/docs/en/guide/advanced/json-files.mdx
@@ -243,7 +243,7 @@ If you want JSON / YAML / TOML files to be output to the distribution directory
243
244
For example, the following configuration will output all JSON files in the `src` directory as-is:
245
246
-```ts title="rslib.config.ts" {7,11-19}
+```ts title="rslib.config.ts" {7,11-12}
247
export default defineConfig({
248
lib: [
249
{
website/docs/zh/guide/advanced/json-files.mdx
@@ -240,7 +240,7 @@ Rslib 支持在不同的打包模式下,JSON / YAML / TOML 文件以不同的
240
241
例如下面的配置将会将 `src` 目录下的所有 JSON 文件按原样输出:
242
0 commit comments