Skip to content

Commit

Permalink
docs: remove CJS_IMPORT_ESM doctor rule
Browse files Browse the repository at this point in the history
  • Loading branch information
PeachScript authored Apr 29, 2023
1 parent 1ed3153 commit d0ae19c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/guide/doctor.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,6 @@ $ father doctor

源码中引入路径的文件大小写与磁盘上的大小写不符,如果开发者使用的是大小写不敏感的操作系统(比如 Windows 和 macOS 的默认配置),由于编译不会报错,可能不会发现该问题,但 NPM 包发布后在大小写敏感的操作系统上编译时则会找不到模块。

## CJS_IMPORT_ESM

- 级别:错误 ❌
- 说明:

源码中使用了 pure esm 的依赖且配置了 cjs 产物输出,这会导致发包实际运行时出现 `ERR_REQUIRE_ESM` 报错,需要更换有 cjs 产物的依赖版本或使用 `await import` 引入依赖。

## PREFER_PACK_FILES

- 级别:警告 ⚠️
Expand Down

0 comments on commit d0ae19c

Please sign in to comment.