ionic-team / ionic-app-scripts

App Build Scripts for Ionic Projects
http://ionicframework.com/
MIT License
608 stars 304 forks source link

Failed to parse SourceMap on 2.0.0 #1085

Open kodeine opened 7 years ago

kodeine commented 7 years ago

Short description of the problem:

"ionic_source_map_type": "eval", causes source map not found in console logs.

Failed to parse SourceMap

Steps to reproduce:

  1. upgrade to 2.0.0
  2. add config in package.json, "ionic_source_map_type": "eval",
  3. ionic serve

Which @ionic/app-scripts version are you using? 2.0.0

JanMesaric commented 7 years ago

Same problem with my project when upgrading and using config.

kodeine commented 7 years ago

any updates on this?