phonegap / build

This is the public repository for PhoneGap Build source and bug tracking
92 stars 33 forks source link

Workaround for bug in requireJS 1.0.8 #571

Open root-phantasoft opened 7 years ago

root-phantasoft commented 7 years ago

There's a well documented bug in requireJS 1.0.x, that gets triggered in some webkit versions. This is affecting Hydration currently in Android.

On any app where Hydration is enabled, I get an error loading underscore, and then an "unexpected token L" in Hydra's index.html. The app doesn't go past "loading".

I can provide additional information if required. Thank you!

root-phantasoft commented 7 years ago

Oh, I was able to work around it by replacing requireJS in the app_dir for Hydra with a 2.x release, but that breaks other things in Hydra.