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
-> It is possible to configure advanced options for serving static files from directory. See the Express documentation for the possible options. https://webpack.js.org/configuration/dev-server/#devserverstatic
352
+
Details:
353
+
* configuration.static.watch should be one of these:
354
+
boolean | object { … }
355
+
-> Watch for files in static content directory.
356
+
Details:
357
+
* configuration.static.watch should be a boolean.
358
+
* configuration.static.watch should be an object:
359
+
object { … }
360
+
-> options for watch, you can find at https://github.com/paulmillr/chokidar"
361
+
`;
362
+
341
363
exports[`options validate should throw an error on the "static" option with '0' value 1`] = `
342
364
"ValidationError: Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
-> It is possible to configure advanced options for serving static files from directory. See the Express documentation for the possible options. https://webpack.js.org/configuration/dev-server/#devserverstatic
352
+
Details:
353
+
* configuration.static.watch should be one of these:
354
+
boolean | object { … }
355
+
-> Watch for files in static content directory.
356
+
Details:
357
+
* configuration.static.watch should be a boolean.
358
+
* configuration.static.watch should be an object:
359
+
object { … }
360
+
-> options for watch, you can find at https://github.com/paulmillr/chokidar"
361
+
`;
362
+
341
363
exports[`options validate should throw an error on the "static" option with '0' value 1`] = `
342
364
"ValidationError: Invalid configuration object. Object has been initialized using a configuration object that does not match the API schema.
0 commit comments