This commit is contained in:
Victor Massé 2020-11-04 02:36:06 +01:00 committed by GitHub
parent 2ba3f93864
commit cbd4fd2d9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'; 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 ```js
import { hello3 } from 'my/module/hello3'; import { hello3 } from 'my/module/hello3';