Skip to content
This repository was archived by the owner on Aug 7, 2021. It is now read-only.

Commit 226f354

Browse files
authored
fix: exclude from mangling EditableTextBase (#60)
Uglify shouldn't mangle EditableTextBase, because it breaks the hint formatting. fixes NativeScript/sample-Groceries#202
1 parent f7455c9 commit 226f354

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.js

+1
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ exports.uglifyMangleExcludes = [
138138
"ActivityIndicator",
139139
"Button",
140140
"DatePicker",
141+
"EditableTextBase",
141142
"Image",
142143
"Label",
143144
"ListPicker",

0 commit comments

Comments
 (0)