-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Closed
Labels
PR: Internal 🏠A type of pull request used for our changelog categoriesA type of pull request used for our changelog categorieshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue
Description
[BABEL] Note: The code generator has deoptimised the styling of "app.js" as it exceeds the max of "100KB".
Code is at
babel/packages/babel-generator/src/index.js
Lines 80 to 86 in 39c9216
| if (format.compact === "auto") { | |
| format.compact = code.length > 100000; // 100KB | |
| if (format.compact) { | |
| console.error("[BABEL] " + messages.get("codeGeneratorDeopt", opts.filename, "100KB")); | |
| } | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
PR: Internal 🏠A type of pull request used for our changelog categoriesA type of pull request used for our changelog categorieshelp wantedoutdatedA closed issue/PR that is archived due to age. Recommended to make a new issueA closed issue/PR that is archived due to age. Recommended to make a new issue