We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33db0bd commit afd855fCopy full SHA for afd855f
src/IncrementalChecker.ts
@@ -240,8 +240,7 @@ class IncrementalChecker {
240
} catch (e) {
241
if (
242
fs.existsSync(fileName) &&
243
- !e.message.trim().startsWith("Invalid source file") &&
244
- fileName.match(/(.tsx?|.jsx?|.vue)$/)
+ !e.message.trim().startsWith("Invalid source file")
245
) {
246
// it's not because file doesn't exist - throw error
247
throw e;
0 commit comments