From 3db59e5295af255c8b5156318cdef5b0105a92a6 Mon Sep 17 00:00:00 2001 From: Yadd Date: Thu, 19 May 2022 14:59:04 +0800 Subject: [PATCH] fix warning due to @rollup/plugin-replace update Forwarded: no Last-Update: 2021-12-01 Gbp-Pq: Name fix-rollup-plugin-replace-warning.patch --- Gulpfile.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Gulpfile.js b/Gulpfile.js index f1d9196a..e39fc0a4 100644 --- a/Gulpfile.js +++ b/Gulpfile.js @@ -253,6 +253,7 @@ function buildRollup(packages, targetBrowsers) { "process.env.NODE_ENV": JSON.stringify(process.env.NODE_ENV), BABEL_VERSION: JSON.stringify(babelVersion), VERSION: JSON.stringify(version), + preventAssignment: true, }), rollupBabel({ envName: babelEnvName,