Skip to content

Commit 0fc2d1a

Browse files
authored
Merge pull request #519 from Expensify/tgolen-stop-eslint-caching
2 parents 2e6b20e + 765a80b commit 0fc2d1a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/lib/actions/Report.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ function fetchAll(shouldRedirectToFirstReport = true, shouldFetchActions = false
313313
Ion.merge(`${IONKEYS.COLLECTION.REPORT}${report.reportID}`, getSimplifiedReportObject(report));
314314

315315
if (shouldFetchActions) {
316+
console.debug(`[RECONNECT] Fetching report actions for report ${report.reportID}`);
316317
fetchActions(report.reportID);
317318
}
318319
});

webpack.common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ module.exports = {
4848
loader: 'eslint-loader',
4949
exclude: /node_modules|\.native.js$/,
5050
options: {
51-
cache: true,
51+
cache: false,
5252
emitWarning: true,
5353
},
5454
},

0 commit comments

Comments
 (0)