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 414daee commit 704fef5Copy full SHA for 704fef5
repo-scripts/size-analysis/analysis-helper.ts
@@ -145,7 +145,7 @@ export async function extractDependenciesAndSize(
145
output: {
146
comments: false
147
},
148
- mangle: true,
+ mangle: { toplevel: true },
149
compress: false
150
}
151
);
@@ -155,7 +155,7 @@ export async function extractDependenciesAndSize(
155
156
157
158
159
160
161
0 commit comments