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

Merge branch 'gh-pages' of github.com:ruanyf/es6tutorial into gh-pages

This commit is contained in:
ruanyf 2020-09-10 21:33:08 +08:00
commit 50b25c1a64

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"
}