Skip to content

Commit

Permalink
docs: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan committed Dec 13, 2024
1 parent 49260a4 commit fa56638
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions website/docs/en/config/resolve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ module.exports = {

Customize the `exports` field in package.json. e.g.

```json
// lib/package.json
```json title="lib/package.json"
{
"name": "lib",
"testExports": {
Expand Down
3 changes: 1 addition & 2 deletions website/docs/zh/config/resolve.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,7 @@ module.exports = {

自定义 package.json 中的 exports 字段,例如:

```json
// lib/package.json
```json title="lib/package.json"
{
"name": "lib",
"testExports": {
Expand Down

0 comments on commit fa56638

Please sign in to comment.