Skip to content

Commit

Permalink
Cleaner docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderOMara committed Oct 1, 2023
1 parent cca88f4 commit d110762
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ There are three classes of resolver that can be enabled (`source`, `module`, `su

## Options

- [`source`](options/source.md) Source modules (`import foo from './bar'`).
- [`module`](options/module.md) Module main entry points (`import foo from 'bar'`).
- [`submodule`](options/submodule.md) Module submodules (`import foo from 'bar/foo'`).
- [`source`](options/source.md) Source modules: `import foo from './bar'`
- [`module`](options/module.md) Module main entry points: `import foo from 'bar'`
- [`submodule`](options/submodule.md) Module submodules: `import foo from 'bar/foo'`

NOTE: The `module` and `submodule` options are generally no longer needed now that conditional exports are available.

Expand Down

0 comments on commit d110762

Please sign in to comment.