From c00ddb007b7e0e627ce62f8635457a40abbd9399 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabrice=20PENHO=C3=8BT?= Date: Mon, 14 Feb 2022 15:10:17 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20option=20for=C3=A7ant=20le=20mode=20pro?= =?UTF-8?q?duction=20lors=20de=20la=20compilation=20du=20projet?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3648964..95cac9d 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "./src/vCarousel.ts", "scripts": { "test": "karma start", - "build": "webpack", + "build": "webpack --mode production", "start": "webpack-dev-server" }, "repository": {