Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rollup.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/rollup.config.js b/rollup.config.js
index 166e8ee5..7f4fd01a 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -36,6 +36,7 @@ module.exports = glob.sync('content/frontend/**/*.js').map((file) => ({
},
}),
replace({
+ preventAssignment: true,
'process.env.NODE_ENV': JSON.stringify('production'),
}),
],