From 2f7c589c8808152c374e7e34d7807d51ce651b0e Mon Sep 17 00:00:00 2001 From: s-ol Date: Fri, 14 Jan 2022 15:57:28 +0100 Subject: small fixes --- client/package.json | 2 +- client/webpack.config.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'client') diff --git a/client/package.json b/client/package.json index a3a69f3..2be3f22 100644 --- a/client/package.json +++ b/client/package.json @@ -2,7 +2,7 @@ "name": "fedidag-client", "version": "0.0.1", "scripts": { - "start": "API_PREFIX=http://localhost:3000 webpack serve -w --host 0.0.0.0", + "start": "API_PREFIX=http://localhost:3000 webpack serve --host 0.0.0.0", "build": "webpack --config ./webpack.config.js --mode production --progress" }, "babel": { diff --git a/client/webpack.config.js b/client/webpack.config.js index 62ce3a6..7384a0b 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -25,7 +25,6 @@ module.exports = { }, plugins: [ new webpack.EnvironmentPlugin({ - NODE_ENV: 'production', DEBUG: false, PUBLIC_URL: null, API_PREFIX: null, -- cgit v1.2.3