mirror of
https://github.com/vega-org/vega-providers.git
synced 2026-04-17 15:41:45 +00:00
fix: disable variable name mangling in minification for better readability
This commit is contained in:
@@ -119,9 +119,7 @@ class ProviderBuilder {
|
|||||||
"console.warn",
|
"console.warn",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
mangle: {
|
mangle: false, // Disable variable name mangling to keep original names
|
||||||
keep_fnames: false, // Mangle function names for better compression
|
|
||||||
},
|
|
||||||
format: {
|
format: {
|
||||||
comments: false, // Remove comments
|
comments: false, // Remove comments
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user