1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-24 18:32:22 +00:00

(docs): fix typo

This commit is contained in:
hehe1111 2020-09-09 11:29:06 +08:00 committed by GitHub
parent 4e14b40bfc
commit 2f76a9f55f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -432,7 +432,7 @@ import submodule from './node_modules/es-module-package/private-module.js';
```javascript
{
"exports": {package.json 的
"exports": {
"require": "./main.cjs",
"default": "./main.js"
}