|
3 | 3 | "additionalProperties": false, |
4 | 4 | "properties": { |
5 | 5 | "url": { |
6 | | - "description": "Allows to enables/disables `url()`/`image-set()` functions handling (https://github.com/webpack-contrib/css-loader#url).", |
| 6 | + "description": "Allows to enables/disables `url()`/`image-set()` functions handling.", |
| 7 | + "link": "https://github.com/webpack-contrib/css-loader#url", |
7 | 8 | "anyOf": [ |
8 | 9 | { |
9 | 10 | "type": "boolean" |
|
20 | 21 | ] |
21 | 22 | }, |
22 | 23 | "import": { |
23 | | - "description": "Allows to enables/disables `@import` at-rules handling (https://github.com/webpack-contrib/css-loader#import).", |
| 24 | + "description": "Allows to enables/disables `@import` at-rules handling.", |
| 25 | + "link": "https://github.com/webpack-contrib/css-loader#import", |
24 | 26 | "anyOf": [ |
25 | 27 | { |
26 | 28 | "type": "boolean" |
|
37 | 39 | ] |
38 | 40 | }, |
39 | 41 | "modules": { |
40 | | - "description": "Allows to enable/disable CSS Modules or ICSS and setup configuration (https://github.com/webpack-contrib/css-loader#modules).", |
| 42 | + "description": "Allows to enable/disable CSS Modules or ICSS and setup configuration.", |
| 43 | + "link": "https://github.com/webpack-contrib/css-loader#modules", |
41 | 44 | "anyOf": [ |
42 | 45 | { |
43 | 46 | "type": "boolean" |
|
50 | 53 | "additionalProperties": false, |
51 | 54 | "properties": { |
52 | 55 | "auto": { |
53 | | - "description": "Allows auto enable CSS modules based on filename (https://github.com/webpack-contrib/css-loader#auto).", |
| 56 | + "description": "Allows auto enable CSS modules based on filename.", |
| 57 | + "link": "https://github.com/webpack-contrib/css-loader#auto", |
54 | 58 | "anyOf": [ |
55 | 59 | { |
56 | 60 | "instanceof": "RegExp" |
|
64 | 68 | ] |
65 | 69 | }, |
66 | 70 | "mode": { |
67 | | - "description": "Setup `mode` option (https://github.com/webpack-contrib/css-loader#mode).", |
| 71 | + "description": "Setup `mode` option.", |
| 72 | + "link": "https://github.com/webpack-contrib/css-loader#mode", |
68 | 73 | "anyOf": [ |
69 | 74 | { |
70 | 75 | "enum": ["local", "global", "pure", "icss"] |
|
75 | 80 | ] |
76 | 81 | }, |
77 | 82 | "localIdentName": { |
78 | | - "description": "Allows to configure the generated local ident name (https://github.com/webpack-contrib/css-loader#localidentname).", |
| 83 | + "description": "Allows to configure the generated local ident name.", |
| 84 | + "link": "https://github.com/webpack-contrib/css-loader#localidentname", |
79 | 85 | "type": "string", |
80 | 86 | "minLength": 1 |
81 | 87 | }, |
82 | 88 | "localIdentContext": { |
83 | | - "description": "Allows to redefine basic loader context for local ident name (https://github.com/webpack-contrib/css-loader#localidentcontext).", |
| 89 | + "description": "Allows to redefine basic loader context for local ident name.", |
| 90 | + "link": "https://github.com/webpack-contrib/css-loader#localidentcontext", |
84 | 91 | "type": "string", |
85 | 92 | "minLength": 1 |
86 | 93 | }, |
87 | 94 | "localIdentHashSalt": { |
88 | | - "description": "Allows to add custom hash to generate more unique classes (https://github.com/webpack-contrib/css-loader#localidenthashsalt).", |
| 95 | + "description": "Allows to add custom hash to generate more unique classes.", |
| 96 | + "link": "https://github.com/webpack-contrib/css-loader#localidenthashsalt", |
89 | 97 | "type": "string", |
90 | 98 | "minLength": 1 |
91 | 99 | }, |
92 | 100 | "localIdentHashFunction": { |
93 | | - "description": "Allows to specify hash function to generate classes (https://github.com/webpack-contrib/css-loader#localidenthashfunction).", |
| 101 | + "description": "Allows to specify hash function to generate classes.", |
| 102 | + "link": "https://github.com/webpack-contrib/css-loader#localidenthashfunction", |
94 | 103 | "type": "string", |
95 | 104 | "minLength": 1 |
96 | 105 | }, |
97 | 106 | "localIdentHashDigest": { |
98 | | - "description": "Allows to specify hash digest to generate classes (https://github.com/webpack-contrib/css-loader#localidenthashdigest).", |
| 107 | + "description": "Allows to specify hash digest to generate classes.", |
| 108 | + "link": "https://github.com/webpack-contrib/css-loader#localidenthashdigest", |
99 | 109 | "type": "string", |
100 | 110 | "minLength": 1 |
101 | 111 | }, |
102 | 112 | "localIdentHashDigestLength": { |
103 | | - "description": "Allows to specify hash digest length to generate classes (https://github.com/webpack-contrib/css-loader#localidenthashdigestlength).", |
| 113 | + "description": "Allows to specify hash digest length to generate classes.", |
| 114 | + "link": "https://github.com/webpack-contrib/css-loader#localidenthashdigestlength", |
104 | 115 | "type": "number" |
105 | 116 | }, |
106 | 117 | "localIdentRegExp": { |
107 | | - "description": "Allows to specify custom RegExp for local ident name (https://github.com/webpack-contrib/css-loader#localidentregexp).", |
| 118 | + "description": "Allows to specify custom RegExp for local ident name.", |
| 119 | + "link": "https://github.com/webpack-contrib/css-loader#localidentregexp", |
108 | 120 | "anyOf": [ |
109 | 121 | { |
110 | 122 | "type": "string", |
|
116 | 128 | ] |
117 | 129 | }, |
118 | 130 | "getLocalIdent": { |
119 | | - "description": "Allows to specify a function to generate the classname (https://github.com/webpack-contrib/css-loader#getlocalident).", |
| 131 | + "description": "Allows to specify a function to generate the classname.", |
| 132 | + "link": "https://github.com/webpack-contrib/css-loader#getlocalident", |
120 | 133 | "instanceof": "Function" |
121 | 134 | }, |
122 | 135 | "namedExport": { |
123 | | - "description": "Enables/disables ES modules named export for locals (https://github.com/webpack-contrib/css-loader#namedexport).", |
| 136 | + "description": "Enables/disables ES modules named export for locals.", |
| 137 | + "link": "https://github.com/webpack-contrib/css-loader#namedexport", |
124 | 138 | "type": "boolean" |
125 | 139 | }, |
126 | 140 | "exportGlobals": { |
127 | | - "description": "Allows to export names from global class or id, so you can use that as local name (https://github.com/webpack-contrib/css-loader#exportglobals).", |
| 141 | + "description": "Allows to export names from global class or id, so you can use that as local name.", |
| 142 | + "link": "https://github.com/webpack-contrib/css-loader#exportglobals", |
128 | 143 | "type": "boolean" |
129 | 144 | }, |
130 | 145 | "exportLocalsConvention": { |
131 | | - "description": "Style of exported classnames (https://github.com/webpack-contrib/css-loader#localsconvention).", |
| 146 | + "description": "Style of exported classnames.", |
| 147 | + "link": "https://github.com/webpack-contrib/css-loader#localsconvention", |
132 | 148 | "enum": [ |
133 | 149 | "asIs", |
134 | 150 | "camelCase", |
|
138 | 154 | ] |
139 | 155 | }, |
140 | 156 | "exportOnlyLocals": { |
141 | | - "description": "Export only locals (https://github.com/webpack-contrib/css-loader#exportonlylocals).", |
| 157 | + "description": "Export only locals.", |
| 158 | + "link": "https://github.com/webpack-contrib/css-loader#exportonlylocals", |
142 | 159 | "type": "boolean" |
143 | 160 | } |
144 | 161 | } |
145 | 162 | } |
146 | 163 | ] |
147 | 164 | }, |
148 | 165 | "sourceMap": { |
149 | | - "description": "Allows to enable/disable source maps (https://github.com/webpack-contrib/css-loader#sourcemap).", |
| 166 | + "description": "Allows to enable/disable source maps.", |
| 167 | + "link": "https://github.com/webpack-contrib/css-loader#sourcemap", |
150 | 168 | "type": "boolean" |
151 | 169 | }, |
152 | 170 | "importLoaders": { |
153 | | - "description": "Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports (https://github.com/webpack-contrib/css-loader#importloaders).", |
| 171 | + "description": "Allows enables/disables or setups number of loaders applied before CSS loader for `@import`/CSS Modules and ICSS imports.", |
| 172 | + "link": "https://github.com/webpack-contrib/css-loader#importloaders", |
154 | 173 | "anyOf": [ |
155 | 174 | { |
156 | 175 | "type": "boolean" |
|
164 | 183 | ] |
165 | 184 | }, |
166 | 185 | "esModule": { |
167 | | - "description": "Use the ES modules syntax (https://github.com/webpack-contrib/css-loader#esmodule).", |
| 186 | + "description": "Use the ES modules syntax.", |
| 187 | + "link": "https://github.com/webpack-contrib/css-loader#esmodule", |
168 | 188 | "type": "boolean" |
169 | 189 | } |
170 | 190 | }, |
|
0 commit comments