Skip to content

Commit

Permalink
Merge pull request #858 from skyler-developer/patch-1
Browse files Browse the repository at this point in the history
feat: Update ram-bundles-inline-requires.md
  • Loading branch information
sunnylqm authored Aug 3, 2024
2 parents 1cbe94d + d7c738b commit c739b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cndocs/ram-bundles-inline-requires.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ require.Systrace.beginEvent = (message) => {

### 更新配置文件(metro.config.js)

We now need to update `metro.config.js` in the root of the project to use our newly generated `modulePaths.js` file:
我们现在需要更新项目根目录中的`metro.config.js`以使用新生成的`modulePaths.js`文件:

```
const modulePaths = require('./packager/modulePaths');
Expand Down

0 comments on commit c739b85

Please sign in to comment.