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
I am trying to use ionic minify On my Ionic 3 project running on Android device. Minification works just fine, however, when I deploy the apk on android phone it throws following error -
Uncaught TypeError: Right-hand side of 'instanceof' is not callable
Some details that may help to add lights to find a solution are -
Do let me know anything else needed. Any help is appreciated.
The text was updated successfully, but these errors were encountered:
mgm1710
changed the title
Ionic 2 Project Doesn't Run on Android Phone After Minifying TypeScript Files in it
Ionic 3 Project Doesn't Run on Android Phone After Minifying TypeScript Files in it
Jun 15, 2017
I am trying to use ionic minify On my Ionic 3 project running on Android device. Minification works just fine, however, when I deploy the apk on android phone it throws following error -
Uncaught TypeError: Right-hand side of 'instanceof' is not callable
Some details that may help to add lights to find a solution are -
{
"foldersToProcess": [
"js",
"css",
"img",
"build"
],
"jpgOptions":{
"quality": 50
},
"jsOptions": {
"compress": {
"drop_console": true
}
},
"cssOptions": {
"keepSpecialComments": 0
},
"alwaysRun": true,
"showErrStack": true
}
Cordova CLI: 6.5.0
Ionic Framework Version: 3.3.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.3.7
ios-deploy version: 1.9.0
ios-sim version: 5.0.8
OS: macOS Sierra
Node Version: v8.0.0
Xcode version: Xcode 8.2.1 Build version 8C1002
Do let me know anything else needed. Any help is appreciated.
The text was updated successfully, but these errors were encountered: