mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
Merge commit 'acb9109df778fa4a51c0d8b29b3212b12988908f'
This commit is contained in:
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user