From b3264cee86f2217acf4be6cb0515dda0350d379f Mon Sep 17 00:00:00 2001 From: Alfred Melch Date: Tue, 6 Aug 2019 18:25:42 +0200 Subject: [PATCH] prod mode for build --- compare-algorithms/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compare-algorithms/package.json b/compare-algorithms/package.json index 43e3674..351d59e 100644 --- a/compare-algorithms/package.json +++ b/compare-algorithms/package.json @@ -4,7 +4,7 @@ "description": "", "main": "src/index.js", "scripts": { - "build": "webpack --mode development", + "build": "webpack", "serve": "webpack serve", "test": "echo \"Error: no test specified\" && exit 1", "lint": "prettier --check '**/*.js'",