Skip to content

Commit bae421d

Browse files
committed
docs(module-loader): edit text
1 parent 128c0fa commit bae421d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/module-loader.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ import submodule from './node_modules/es-module-package/private-module.js';
397397
}
398398
```
399399

400-
由于`exports`字段只有支持 ES6 的 Node.js 才认识,所以可以用`main`字段来兼容旧版本的 Node.js。
400+
由于`exports`字段只有支持 ES6 的 Node.js 才认识,所以可以搭配`main`字段,来兼容旧版本的 Node.js。
401401

402402
```javascript
403403
{

0 commit comments

Comments
 (0)