@@ -5,7 +5,7 @@ exports[`validation 1`] = `
5
5
- options.test should be one of these:
6
6
[RegExp | non-empty string, ...] | RegExp | non-empty string
7
7
-> Filtering rules.
8
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#test
8
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#test
9
9
Details:
10
10
* options.test should be an array:
11
11
[RegExp | non-empty string, ...]
@@ -22,7 +22,7 @@ exports[`validation 2`] = `
22
22
- options.test should be one of these:
23
23
[RegExp | non-empty string, ...] | RegExp | non-empty string
24
24
-> Filtering rules.
25
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#test
25
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#test
26
26
Details:
27
27
* options.test[0] should be one of these:
28
28
RegExp | non-empty string
@@ -37,7 +37,7 @@ exports[`validation 3`] = `
37
37
- options.include should be one of these:
38
38
[RegExp | non-empty string, ...] | RegExp | non-empty string
39
39
-> Filtering rules.
40
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#include
40
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#include
41
41
Details:
42
42
* options.include should be an array:
43
43
[RegExp | non-empty string, ...]
@@ -54,7 +54,7 @@ exports[`validation 4`] = `
54
54
- options.include should be one of these:
55
55
[RegExp | non-empty string, ...] | RegExp | non-empty string
56
56
-> Filtering rules.
57
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#include
57
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#include
58
58
Details:
59
59
* options.include[0] should be one of these:
60
60
RegExp | non-empty string
@@ -69,7 +69,7 @@ exports[`validation 5`] = `
69
69
- options.exclude should be one of these:
70
70
[RegExp | non-empty string, ...] | RegExp | non-empty string
71
71
-> Filtering rules.
72
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#exclude
72
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#exclude
73
73
Details:
74
74
* options.exclude should be an array:
75
75
[RegExp | non-empty string, ...]
@@ -86,7 +86,7 @@ exports[`validation 6`] = `
86
86
- options.exclude should be one of these:
87
87
[RegExp | non-empty string, ...] | RegExp | non-empty string
88
88
-> Filtering rules.
89
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#exclude
89
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#exclude
90
90
Details:
91
91
* options.exclude[0] should be one of these:
92
92
RegExp | non-empty string
@@ -101,7 +101,7 @@ exports[`validation 7`] = `
101
101
- options.minimizerOptions should be one of these:
102
102
object { … } | [object { … } , ...] (should not have fewer than 1 item)
103
103
-> Options for \` cssMinimizerOptions\` .
104
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#minimizeroptions
104
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#minimizeroptions
105
105
Details:
106
106
* options.minimizerOptions should be an object:
107
107
object { … }
@@ -114,7 +114,7 @@ exports[`validation 8`] = `
114
114
- options.parallel should be one of these:
115
115
boolean | integer
116
116
-> Use multi-process parallel running to improve the build speed.
117
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#parallel
117
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#parallel
118
118
Details:
119
119
* options.parallel should be a boolean.
120
120
* options.parallel should be a integer."
@@ -125,7 +125,7 @@ exports[`validation 9`] = `
125
125
- options.parallel should be one of these:
126
126
boolean | integer
127
127
-> Use multi-process parallel running to improve the build speed.
128
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#parallel
128
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#parallel
129
129
Details:
130
130
* options.parallel should be a boolean.
131
131
* options.parallel should be a integer."
@@ -136,7 +136,7 @@ exports[`validation 10`] = `
136
136
- options.minify should be one of these:
137
137
function | [function, ...] (should not have fewer than 1 item)
138
138
-> Allows you to override default minify function.
139
- -> Read more at https://webpack.js.org/plugins /css-minimizer-webpack-plugin/#minify
139
+ -> Read more at https://github.com/webpack-contrib /css-minimizer-webpack-plugin/#minify
140
140
Details:
141
141
* options.minify should be an instance of function.
142
142
* options.minify should be an array:
0 commit comments