You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

15 lines
574 B

diff --git a/node_modules/metro-minify-uglify/src/minifier.js b/node_modules/metro-minify-uglify/src/minifier.js
index b703ee4..fadc077 100644
--- a/node_modules/metro-minify-uglify/src/minifier.js
+++ b/node_modules/metro-minify-uglify/src/minifier.js
@@ -67,9 +67,7 @@ function minify(_ref) {
config = _ref.config;
const options = _objectSpread({}, config, {
- mangle: _objectSpread({}, config.mangle, {
- reserved
- }),
+ mangle: false, // !!!!!!!!!!!!!!!!!!!!!!!!
sourceMap: _objectSpread({}, config.sourceMap, {
content: map
})