You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|**[`filename`](#filename)**|`{String\|Function}`|`[name].css`| This option determines the name of each output CSS file |
81
-
|**[`chunkFilename`](#chunkFilename)**|`{String\|Function}`|`based on filename`| This option determines the name of non-entry chunk files |
82
-
|**[`ignoreOrder`](#ignoreOrder)**|`{Boolean}`|`false`| Remove Order Warnings |
83
-
|**[`insert`](#insert)**|`{String\|Function}`|`var head = document.getElementsByTagName("head")[0];head.appendChild(linkTag);`| Inserts `<link>` at the given position |
84
-
|**[`attributes`](#attributes)**|`{Object}`|`{}`| Adds custom attributes to tag |
85
-
|**[`linkType`](#linkType)**|`{String\|Boolean}`|`text/css`| Allows loading asynchronous chunks with a custom link type |
0 commit comments