I am trying to use Chrome DevTools for some of my developments for my Meteor project (specifically my LESS files, but this is inappropriate).
It seems like there is now an error in Chrome that forces him to use the query string for the URL for matching, without any ability to tell her to simply ignore the question. Meteor puts query strings on all stylesheets, JavaScript files, etc., so it's problematic.
I see two possible solutions to this. Can anyone tell me:
- Is it possible to delete query strings from Meteor (at least in dev environment)?
- Or is it possible that the wildcard query strings in Chrome are somehow not mentioned in this error?
Or can someone think of another method?
Update: I'm not quite sure what I did, but it booted up without query lines once, and then I was able to do the mapping. Chrome complained about a slight mismatch in the URL, but otherwise seems to work. Does anyone know if this will continue, or if I'm just lucky?
javascript google-chrome google-chrome-devtools meteor
samanime
source share