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",
|
||||
],
|
||||
},
|
||||
mangle: {
|
||||
keep_fnames: false, // Mangle function names for better compression
|
||||
},
|
||||
mangle: false, // Disable variable name mangling to keep original names
|
||||
format: {
|
||||
comments: false, // Remove comments
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user