@@ -88,12 +88,10 @@ function getClientEnvironment(publicUrl) {
Created by: AbraaoAlves
Related #6642
Sometimes when some env var isn't defined, the minified version is sent with a lot of extra information. It's happening because webpack.DefinePlugin expect a descriptive key for each field
Analyze the impact of overwriting process.env
object on the bundle.
Preferences