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

Commit 3a48fe4

Browse files
committed
fix: exclude from mangling TextBase descendants
Uglify shouldn't mangle the TextBase descendant classes. fixes NativeScript/sample-Groceries#202
1 parent f7455c9 commit 3a48fe4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: index.js

+3
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,8 @@ exports.uglifyMangleExcludes = [
138138
"ActivityIndicator",
139139
"Button",
140140
"DatePicker",
141+
"EditableTextBase",
142+
"FormattedString",
141143
"Image",
142144
"Label",
143145
"ListPicker",
@@ -150,6 +152,7 @@ exports.uglifyMangleExcludes = [
150152
"Switch",
151153
"TabView",
152154
"TextBase",
155+
"TextBaseStyler",
153156
"TextField",
154157
"TextView",
155158
"TimePicker",

0 commit comments

Comments
 (0)