From f91a18d053dce686c951793590495464ece22826 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Tue, 17 Nov 2020 11:51:58 -0800 Subject: [PATCH] fix problem w/ merge w/ master --- 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 a451ffe2cdb02..66f9073d95f9e 100644 --- a/packages/gatsby/src/utils/start-server.ts +++ b/packages/gatsby/src/utils/start-server.ts @@ -15,7 +15,7 @@ import https from "https" import cors from "cors" import telemetry from "gatsby-telemetry" import launchEditor from "react-dev-utils/launchEditor" -import { slash, isCI } from "gatsby-core-utils" +import { isCI } from "gatsby-core-utils" import { withBasePath } from "../utils/path" import webpackConfig from "../utils/webpack.config"