Skip to content

Commit 9ab39a4

Browse files
committed
Add table text
I just want to trigger a rebuild so the CLAbot works
1 parent 6cf97b4 commit 9ab39a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/configuration/resolve.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ import Test1 from 'xyz'; // Success, file.js is resolved and imported
5858
import Test2 from 'xyz/file.js'; // Error, /path/to/file.js/file.js is invalid
5959
```
6060

61+
The following table explains a lot more cases:
62+
6163
| `alias:` | `import "xyz"` | `import "xyz/file.js"` |
6264
| -------- | ---------------- | -------------------------|
6365
| `{}` | `/abc/node_modules/xyz/index.js` | `/abc/node_modules/xyz/file.js` |

0 commit comments

Comments
 (0)