From 4b5b595726ab4a67e537a8a9811cee74076921b9 Mon Sep 17 00:00:00 2001 From: Julien Guyon Date: Tue, 29 Jun 2021 07:47:50 +0200 Subject: [PATCH] Update options-schema.js --- src/options-schema.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/options-schema.js b/src/options-schema.js index 6aae9a4..e92fc97 100644 --- a/src/options-schema.js +++ b/src/options-schema.js @@ -184,5 +184,10 @@ export default { type: 'string', description: 'The directory, an absolute path, for resolving files. Defaults to webpack context', }, + runOnceInWatchMode: { + type: 'boolean', + default: false, + description: 'Run tasks only at first compilation in watch mode' + } }, };