Skip to content

Commit

Permalink
enable inline source maps by default (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
stecrain committed Jun 1, 2019
1 parent 51c8e71 commit e3309a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vnext/ReactWindowsCore/DevServerHelper.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ class DevServerHelper
}

static constexpr const char s_DeviceLocalhost[] = "localhost:8081";
static constexpr const char BundleUrlFormat[] = "http://%s/%s.bundle?platform=%s&dev=%s&hot=%s";
static constexpr const char BundleUrlFormat[] = "http://%s/%s.bundle?platform=%s&dev=%s&hot=%s&inlineSourceMap=true";
static constexpr const char SourceMapUrlFormat[] = "http://%s/%s.map?platform=%s&dev=%s&hot=%s";
static constexpr const char LaunchDevToolsCommandUrlFormat[] = "http://%s/launch-js-devtools";
static constexpr const char OnChangeEndpointUrlFormat[] = "http://%s/onchange";
Expand Down

0 comments on commit e3309a1

Please sign in to comment.