You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-25
Original file line number
Diff line number
Diff line change
@@ -237,31 +237,6 @@ If you want to use multiple item templates, you can do that very similarly to ho
237
237
</GridView>
238
238
```
239
239
240
-
## Working with Webpack+Uglify
241
-
In case you are uing webpack and also are minifying/uglifying your code, there are some specific names that should be excluded from the uglification for the widget to work properly. The GridView widget exports those and you need to add them to the mangle exclude option of the uglifyjs plugin in the `webpack.common.js` file:
242
-
```js
243
-
var gridViewMangleExcludes =require("nativescript-grid-view/uglify-mangle-excludes").default;
0 commit comments