diff --git a/package.json b/package.json index 1f4be005b7..facb3a021a 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "homepage": "https://omniroute.online", "scripts": { "dev": "node scripts/run-next.mjs dev", - "build": "next build --webpack", + "build": "next build", "build:cli": "node scripts/prepublish.mjs", "start": "node scripts/run-next.mjs start", "lint": "eslint .",