Ionic version: (check one with "x")
[ ] 1.x (For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
I'm submitting a ... (check one with "x")
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
Since updating to 3.6 i'm getting "webpackJsonp is not defined" when I try to run my project.
A fresh install of everything in a new directory fixed it ¯_(ツ)_/¯
My experience on this issue was missing inside index.html
As @jasonhoch23 stated, including the vendor.js file fixes this issue. It is to be included before main.js. https://github.com/ionic-team/ionic-app-scripts/releases/tag/v2.0.0
I have the same problem on devices running on android 4.4.4.
It works fine on newer models.
We're getting this issue on older Android devices too ( pre 4.4.4 ) - is there a fix/workaround?
I have the same problem only on Android 4.4. vendor.js is already included before main.js.
Did anyone come up with a solution?
It might be a cordova plugin which does not support android 4.4.4. Please remove one by one and try to emulate it on android 4.4.4. This is how I isolated the problem and managed to find a solution for it.
still getting the same error with Android 5.0 and vendor.js is already in index.html :/
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Most helpful comment
My experience on this issue was missing inside index.html