From 621696b848b35bbeef6cab6e8a6acd51b5af33a1 Mon Sep 17 00:00:00 2001 From: a flying potato <80830782+a-flying-potato@users.noreply.github.com> Date: Wed, 17 Mar 2021 23:12:26 +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/e2bf2c17f7e41fd818d2de9cb478d2e183f92a0e/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