@@ -95,47 +95,47 @@ exports[`validate options should throw an error on the "sources" option with "tr
9595exports [` validate options should throw an error on the "unknown" option with "/test/" value 1` ] = `
9696"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
9797 - options has an unknown property 'unknown'. These properties are valid:
98- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
98+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
9999`;
100100
101101exports [` validate options should throw an error on the "unknown" option with "[]" value 1` ] = `
102102"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
103103 - options has an unknown property 'unknown'. These properties are valid:
104- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
104+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
105105`;
106106
107107exports [` validate options should throw an error on the "unknown" option with "{ " foo" :" bar" } " value 1` ] = `
108108"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
109109 - options has an unknown property 'unknown'. These properties are valid:
110- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
110+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
111111`;
112112
113113exports [` validate options should throw an error on the "unknown" option with "{ } " value 1` ] = `
114114"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
115115 - options has an unknown property 'unknown'. These properties are valid:
116- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
116+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
117117`;
118118
119119exports [` validate options should throw an error on the "unknown" option with "1" value 1` ] = `
120120"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
121121 - options has an unknown property 'unknown'. These properties are valid:
122- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
122+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
123123`;
124124
125125exports [` validate options should throw an error on the "unknown" option with "false" value 1` ] = `
126126"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
127127 - options has an unknown property 'unknown'. These properties are valid:
128- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
128+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
129129`;
130130
131131exports [` validate options should throw an error on the "unknown" option with "test" value 1` ] = `
132132"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
133133 - options has an unknown property 'unknown'. These properties are valid:
134- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
134+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
135135`;
136136
137137exports [` validate options should throw an error on the "unknown" option with "true" value 1` ] = `
138138"Invalid options object. HTML Loader has been initialized using an options object that does not match the API schema.
139139 - options has an unknown property 'unknown'. These properties are valid:
140- object { preprocessor ? , sources ? , minimize ? , esModule ? }"
140+ object { preprocessor ? , postprocessor ? , sources ? , minimize ? , esModule ? }"
141141`;
0 commit comments