From 655b6858215245de6ed895d956c2a8bbe3872172 Mon Sep 17 00:00:00 2001 From: Sidhartha Chatterjee Date: Wed, 9 Sep 2020 15:56:10 +0530 Subject: [PATCH] Lint --- packages/gatsby/src/utils/start-server.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gatsby/src/utils/start-server.ts b/packages/gatsby/src/utils/start-server.ts index 94609affa9c19..62360f868107e 100644 --- a/packages/gatsby/src/utils/start-server.ts +++ b/packages/gatsby/src/utils/start-server.ts @@ -13,7 +13,7 @@ import { formatError } from "graphql" import webpackConfig from "../utils/webpack.config" import { store, emitter } from "../redux" import { buildRenderer } from "../commands/build-html" -import { withBasePath } from "../utils/path" +// import { withBasePath } from "../utils/path" import report from "gatsby-cli/lib/reporter" import launchEditor from "react-dev-utils/launchEditor" import cors from "cors"