Failed to parse SourceMap (issue with Meteor 1.3?)

This solves the problem.

2 Likes

To follow up, I needed to restart chrome to see the effects. (Just putting it out there, as most settings changes on chrome don’t require a restart).

This fixed the issue for me.

I’m getting this issue using Mantra and METEOR@1.3.4.1. When I don’t have things in /import it works fine. But once I move my /client to /imports/client I start getting the error.

Removing all minified js files resolved the problem for me

Hi, thanks, it solves my problem by installing Canary version of chrome. Now the source map works fine and I can debug on chrome happily :slight_smile:

Upgrading to Chrome 52.0.2743.82 cleared the issue up for me

Thanks, it fixed the issue for me.

1 Like