Remove the remaining PRODUCTION build-target usage

After the previous patch we now have only *a single* `PRODUCTION` occurrence in the entire code-base, more specifically in the `web/viewer.html` file.
This special build-target can be replaced with any condition that always evaluate to `false`, such as e.g. a comment.

*Please note:* This patch might be considered too hacky, hence I completely understand if it's rejected.
This commit is contained in:
Jonas Jenwald 2023-03-19 12:42:22 +01:00
parent 804aa896a7
commit 89b0fd9628
2 changed files with 1 additions and 2 deletions

View file

@ -96,7 +96,6 @@ const AUTOPREFIXER_CONFIG = {
const BABEL_TARGETS = ENV_TARGETS.join(", ");
const DEFINES = Object.freeze({
PRODUCTION: true,
SKIP_BABEL: true,
TESTING: undefined,
// The main build targets: