We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 704188f + 1d58ebd commit b89d0ddCopy full SHA for b89d0dd
1 file changed
packages/engine-nunjucks/lib/engine_nunjucks.js
@@ -39,6 +39,7 @@ PatternLoader.prototype.getSource = function(name) {
39
return {
40
src: fs.readFileSync(fullPath, 'utf-8'),
41
path: fullPath,
42
+ noCache: true
43
};
44
45
0 commit comments