1
0
mirror of https://github.com/ruanyf/es6tutorial.git synced 2025-05-28 21:32:20 +00:00

Merge pull request #1006 from hehe1111/patch-1

(docs): fix typo
This commit is contained in:
Ruan YiFeng 2020-09-10 21:14:06 +08:00 committed by GitHub
commit 04ff59288a
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"
}