Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/ip-1.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeunhyeok authored Jun 27, 2024
2 parents 44e4348 + 6432808 commit c065b4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/pages/configuration/basic-configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Callout } from 'nextra/components'

## Configuration

`<projectRoot>/react-native-esbuild.js`
`<projectRoot>/react-native-esbuild.config.js`

```js
/**
Expand Down
4 changes: 2 additions & 2 deletions docs/pages/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add `.rne` and `.swc` to `.gitignore`.
.swc
```

And create `react-native-esbuild.js` to project root.
And create `react-native-esbuild.config.js` to project root.

```js
/**
Expand All @@ -31,7 +31,7 @@ And create `react-native-esbuild.js` to project root.
exports.default = {};
```

for more details, go to [Configuration](/configuration/basic).
for more details, go to [Configuration](/configuration/basic-configuration).

## Native Setup

Expand Down

1 comment on commit c065b4a

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🔴 Statements 16.21% 328/2024
🔴 Branches 16.3% 82/503
🔴 Functions 10.8% 65/602
🔴 Lines 15.5% 298/1923

Test suite run success

83 tests passing in 10 suites.

Report generated by 🧪jest coverage report action from c065b4a

Please sign in to comment.