mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
When you set ROOT_URL_PATH_PREFIX, source maps are not found because the server serves them at a different path from where the client looks for them. I don’t understand this code super well, but based on what’s reported in issue #2627, the new code seems strictly more correct than the old code.