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 f23d184 commit 55573cfCopy full SHA for 55573cf
1 file changed
packages/babel-core/src/transformation/normalize-file.ts
@@ -12,7 +12,7 @@ import parser from "../parser";
12
import cloneDeep from "./util/clone-deep";
13
14
const debug = buildDebug("babel:transform:file");
15
-const LARGE_INPUT_SOURCEMAP_THRESHOLD = 1_000_000;
+const LARGE_INPUT_SOURCEMAP_THRESHOLD = 3_000_000;
16
17
export type NormalizedFile = {
18
code: string;
0 commit comments