diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/package.json | 2 | ||||
| -rw-r--r-- | client/webpack.config.js | 1 |
2 files changed, 1 insertions, 2 deletions
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, |
