--trace-require-module=mode
打印有关 使用 require()
加载 ECMAScript 模块 使用情况的信息。
¥Prints information about usage of Loading ECMAScript modules using require()
.
当 mode
为 all
时,将打印所有使用情况。当 mode
为 no-node-modules
时,将排除来自 node_modules
文件夹的使用情况。
¥When mode
is all
, all usage is printed. When mode
is no-node-modules
, usage
from the node_modules
folder is excluded.