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 a53c2fa commit 9d31956Copy full SHA for 9d31956
1 file changed
packages/babel-register/src/worker/cache.js
@@ -35,7 +35,7 @@ function save() {
35
let serialised = "{}";
36
37
try {
38
- serialised = JSON.stringify(data, null, " ");
+ serialised = JSON.stringify(data);
39
} catch (err) {
40
if (err.message === "Invalid string length") {
41
err.message = "Cache too large so it's been cleared.";
0 commit comments