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

Commit

Permalink
fix: exclude from mangling EditableTextBase (#60)
Browse files Browse the repository at this point in the history
Uglify shouldn't mangle EditableTextBase, because it breaks
the hint formatting.

fixes NativeScript/sample-Groceries#202
  • Loading branch information
sis0k0 authored Jan 20, 2017
1 parent f7455c9 commit 226f354
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ exports.uglifyMangleExcludes = [
"ActivityIndicator",
"Button",
"DatePicker",
"EditableTextBase",
"Image",
"Label",
"ListPicker",
Expand Down

0 comments on commit 226f354

Please sign in to comment.