Skip to content

Commit

Permalink
Add runOnceInWatchMode option to webpack schema (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
jguyon88 authored Jun 29, 2021
1 parent 0640f78 commit 6fe28f1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/options-schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
},
};

0 comments on commit 6fe28f1

Please sign in to comment.