We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fac7d5 commit a1b4f12Copy full SHA for a1b4f12
1 file changed
core/lib/changes_hunter.js
@@ -40,7 +40,8 @@ ChangesHunter.prototype = {
40
pattern.compileState = CompileState.CLEAN;
41
}
42
} catch (e) {
43
- // Output does not exist yet, needs recompile
+ // Output does not exist yet, force recompile
44
+ pattern.compileState = CompileState.NEEDS_REBUILD;
45
46
47
let node = patternlab.graph.node(pattern);
0 commit comments