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

Commit 75bdeb1

Browse files
committed
fix(uglify): Exclude layout classes from mangling.
1 parent 864a778 commit 75bdeb1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: index.js

+8
Original file line numberDiff line numberDiff line change
@@ -134,27 +134,35 @@ exports.getAppPath = function (platform) {
134134

135135
exports.uglifyMangleExcludes = [
136136
//Control names
137+
"AbsoluteLayout",
137138
"ActionBar",
138139
"ActivityIndicator",
139140
"Button",
140141
"DatePicker",
142+
"DockLayout",
141143
"EditableTextBase",
144+
"FlexboxLayout",
145+
"GridLayout",
142146
"Image",
143147
"Label",
148+
"Layout",
149+
"LayoutBase",
144150
"ListPicker",
145151
"ListView",
146152
"Page",
147153
"Progress",
148154
"SearchBar",
149155
"SegmentedBar",
150156
"Slider",
157+
"StackLayout",
151158
"Switch",
152159
"TabView",
153160
"TextBase",
154161
"TextField",
155162
"TextView",
156163
"TimePicker",
157164
"View",
165+
"WrapLayout",
158166

159167
//Android native class extenders
160168
"BroadcastReceiver",

0 commit comments

Comments
 (0)