diff --git a/package.json b/package.json index de00ca99..183387b0 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "scripts": { "dev": "next dev --webpack", "build": "next build --webpack", - "start": "next start --webpack", + "start": "next start", "lint": "next lint" }, "dependencies": {