Skip to content

Commit

Permalink
(chore) - prevent mangling of __source and __self
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 30, 2019
1 parent 870cf60 commit bb22612
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion debug/mangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@
"regex": "^_",
"reserved": [
"__REACT_DEVTOOLS_GLOBAL_HOOK__",
"_renderers"
"_renderers",
"__source",
"__self"
]
}
}
Expand Down

0 comments on commit bb22612

Please sign in to comment.