@@ -95,47 +95,47 @@ exports[`validate options should throw an error on the "sources" option with "tr
95
95
exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
96
96
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
97
97
- options has an unknown property 'unknown'. These properties are valid:
98
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
98
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
99
99
`;
100
100
101
101
exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
102
102
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
103
103
- options has an unknown property 'unknown'. These properties are valid:
104
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
104
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
105
105
`;
106
106
107
107
exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
108
108
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
109
109
- options has an unknown property 'unknown'. These properties are valid:
110
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
110
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
111
111
`;
112
112
113
113
exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
114
114
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
115
115
- options has an unknown property 'unknown'. These properties are valid:
116
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
116
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
117
117
`;
118
118
119
119
exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
120
120
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
121
121
- options has an unknown property 'unknown'. These properties are valid:
122
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
122
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
123
123
`;
124
124
125
125
exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
126
126
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
127
127
- options has an unknown property 'unknown'. These properties are valid:
128
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
128
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
129
129
`;
130
130
131
131
exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
132
132
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
133
133
- options has an unknown property 'unknown'. These properties are valid:
134
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
134
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
135
135
`;
136
136
137
137
exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
138
138
"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
139
139
- options has an unknown property 'unknown'. These properties are valid:
140
- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
140
+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
141
141
`;
0 commit comments