This commit is contained in:
Victor Massé
2020-11-04 02:36:06 +01:00
committed by GitHub
parent 2ba3f93864
commit cbd4fd2d9a
+1 -1
View File
@@ -80,7 +80,7 @@ Since Hugo `v0.78.0` `js.Build` has full support for the virtual union file syst
import { hello } from 'my/module';
```
And it will respolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/module` in the layered file system.
And it will resolve to the top-most `index.{js,ts,tsx,jsx}` inside `assets/my/module` in the layered file system.
```js
import { hello3 } from 'my/module/hello3';