File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments