Skip to content

Commit a003f05

Browse files
authored
docs: add links for the options table (#460)
1 parent 2756e03 commit a003f05

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -61,13 +61,13 @@ module.exports = {
6161

6262
## Options
6363

64-
| Name | Type | Default | Description |
65-
| :--------------: | :------------------: | :--------: | :------------------------------------------------------- |
66-
| **`injectType`** | `{String}` | `styleTag` | Allows to setup how styles will be injected into the DOM |
67-
| **`attributes`** | `{Object}` | `{}` | Adds custom attributes to tag |
68-
| **`insert`** | `{String\|Function}` | `head` | Inserts tag at the given position into the DOM |
69-
| **`base`** | `{Number}` | `true` | Sets module ID base (DLLPlugin) |
70-
| **`esModule`** | `{Boolean}` | `false` | Use ES modules syntax |
64+
| Name | Type | Default | Description |
65+
| :-----------------------------: | :------------------: | :--------: | :------------------------------------------------------- |
66+
| [**`injectType`**](#injecttype) | `{String}` | `styleTag` | Allows to setup how styles will be injected into the DOM |
67+
| [**`attributes`**](#attributes) | `{Object}` | `{}` | Adds custom attributes to tag |
68+
| [**`insert`**](#insert) | `{String\|Function}` | `head` | Inserts tag at the given position into the DOM |
69+
| [**`base`**](#base) | `{Number}` | `true` | Sets module ID base (DLLPlugin) |
70+
| [**`esModule`**](#esmodule) | `{Boolean}` | `false` | Use ES modules syntax |
7171

7272
### `injectType`
7373

0 commit comments

Comments
 (0)