From d893ff71d94baace2184db18a8b21faf08a2dbe2 Mon Sep 17 00:00:00 2001 From: Piotr Kowalski Date: Wed, 14 Oct 2020 00:07:43 +0200 Subject: [PATCH] Webpack: disable dev mode --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a9bcaad..9b9ac06 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "url": "https://piecioshka.pl/" }, "scripts": { - "build": "webpack ./src/index.js -o dist --mode development --output-library-type umd", + "build": "webpack ./src/index.js -o dist --output-library-type umd", "clear": "rm -rf coverage/ .nyc_output/ coverage.lcov", "clear:all": "rm -rf node_modules/ && npm run clear", "test": "npm run test:unit",