Changed - Changed `request.loaderId` to `request.requestId` in `requestWillBeSent` due to issue with Chrome 64 changing loaderId format.
5.2.0
Added - Added ability for the prerender server to restart Chrome due to some connection issues we've been seeing after a server is running for a few hours.
5.1.1
Changed - Chrome re-uses the original request ID on a redirect so we are saving off the fact that we saw a redirect to make sure we return a correct 301 - Changed dependencies from ^ to ~ to make the semver more specific
5.1.0
Added - Added removal of `<link rel="import" src="">` tags after the page is done loading to the `removeScriptTags` plugin. Imported HTML can have script tags in it, and since it's already been rendered to the page we can safely remove it when running that plugin.