Skip to content

Commit

Permalink
Merge pull request #328 from vitest-dev/sync-8b7442b2-1
Browse files Browse the repository at this point in the history
docs(en): merge docs-cn/sync-docs into docs-cn/dev @ 8b7442b
  • Loading branch information
elonehoo authored Oct 26, 2023
2 parents 992529c + 6365cb5 commit 777e49a
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions config/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ Vite 将处理内联模块。这可能有助于处理以 ESM 格式传送 `.js`

### deps

- **类型:** `{ optimizer?, registerNodeLoader?, ... }`
- **类型:** `{ optimizer?, ... }`

处理依赖关系解析。

Expand Down Expand Up @@ -286,15 +286,6 @@ Vitest 是否应该像 Vite 在浏览器中一样处理资产(.css, .scss, .sa
目前,此选项仅适用于 [`vmThreads`](#vmthreads) 池。
:::

#### deps.registerNodeLoader<NonProjectOption />

- **类型:** `boolean`
- **默认值:** `false`

使用 [实验性 Node 加载器](https://nodejs.org/api/esm.html#loaders) 解析 `node_modules` 中的导入,使用 Vite 解析算法。

如果禁用,你的 `alias``<plugin>.resolveId` 不会影响 `node_modules``deps.external` 中的导入。

#### deps.interopDefault

- **类型:** `boolean`
Expand Down

0 comments on commit 777e49a

Please sign in to comment.