From 89417aea826cabc536fd43ff9f0f1c065bc4f16d Mon Sep 17 00:00:00 2001 From: igoradamenko Date: Sun, 8 Apr 2018 14:29:46 +0300 Subject: [PATCH] remove compress from build --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index fc6df2e9..8eefc46e 100644 --- a/web/package.json +++ b/web/package.json @@ -2,7 +2,7 @@ "name": "remark-ui", "version": "0.1.0", "scripts": { - "build": "NODE_ENV=production webpack --config ./webpack.config.js", + "build": "webpack --config ./webpack.config.js", "start": "webpack-dev-server --progress --hot --inline --config ./webpack.config.js", "reinstall": "rm -rf ./node_modules/ && npm install" },