Skip to content

Commit

Permalink
0
Browse files Browse the repository at this point in the history
  • Loading branch information
xp44mm committed Mar 17, 2022
1 parent d1ae89a commit 7d355d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/concepts/module-resolution.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import '../src/file1';
import './file2';
```

In this case, the directory of the resource file where the `import` or `require` occurs is taken to be the context directory. The relative path specified in the `import/require` is joined to this context path to produce the absolute path to the module.
In this case, the directory of the source file where the `import` or `require` occurs is taken to be the context directory. The relative path specified in the `import/require` is joined to this context path to produce the absolute path to the module.

### Module paths

Expand Down

0 comments on commit 7d355d5

Please sign in to comment.