From de7e8785422f835280e6824ae8afb0de89f0a54e Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Fri, 19 Mar 2021 10:14:49 +0100 Subject: [PATCH] :robot: config(mangle): Create mangle.json. These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/ab26fc3b8d8900f903d6c5d5618882f508089c94/src/transforms/mangle:configure.js Please contact the author of the transform if you believe there was an error. --- mangle.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mangle.json diff --git a/mangle.json b/mangle.json new file mode 100644 index 0000000..e765f9c --- /dev/null +++ b/mangle.json @@ -0,0 +1,12 @@ +{ + "minify": { + "mangle": { + "properties": { + "regex": "^_[^_]" + } + } + }, + "props": { + "props": {} + } +} \ No newline at end of file