Merge commit 'acb9109df778fa4a51c0d8b29b3212b12988908f'

This commit is contained in:
Bjørn Erik Pedersen
2021-02-18 17:52:49 +01:00
7 changed files with 69 additions and 188 deletions

View File

@@ -114,7 +114,7 @@ And it will resolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/mo
import { hello3 } from 'my/module/hello3';
```
Wil resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`.
Will resolve to `hello3.{js,ts,tsx,jsx}` inside `assets/my/module`.
Any imports starting with `.` is resolved relative to the current file: