From a09c609dd2c68f02252ba782069af943abede5f7 Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Tue, 19 Nov 2019 18:09:41 +0100 Subject: [PATCH] (webpack) adding build script command --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 378b85d7..796ba7c7 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "plugin" ], "library": "./main.js", + "scripts": { + "build": "webpack --mode=production" + }, "staticDirs": { "images": "public/images" },