(docs): fix typo

This commit is contained in:
hehe1111
2020-09-09 11:29:06 +08:00
committed by GitHub
parent 4e14b40bfc
commit 2f76a9f55f
+1 -1
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"
}