This repository was archived by the owner on Aug 7, 2021. It is now read-only.
This repository was archived by the owner on Aug 7, 2021. It is now read-only.
App throws when bundling with --uglify and using FadeTransition (for RadSideDrawer) #258
Closed
Description
Steps to reproduce - use this application or follow these steps:
- create new app with
tns create myApp --template https://github.com/NativeScript/template-drawer-navigation-ng
- install WebPack
npm install --save-dev nativescript-dev-webpack
npm install
- bundle with uglify
npm run start-android-bundle --uglify
Result: the application is build succsessfully but then throws the following:
JS: Warning: 't' is not supported when 'showOverNavigation' is set to 'true'.
JS: ERROR RangeError: Maximum call stack size exceeded
Reproducible with both official and next releases of tns-core-modules (official 3.1.1) and nativescript-dev-webpack (official 0.7.3).
reported via t1125353