From c5a8f6ba05d50e7856478477ce783bf525a23032 Mon Sep 17 00:00:00 2001 From: moklick Date: Tue, 23 Feb 2021 19:05:45 +0100 Subject: [PATCH] chore(replace): use preventAssignment option --- rollup.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/rollup.config.js b/rollup.config.js index 1f9234532..bec70c77d 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -41,6 +41,7 @@ export const baseConfig = ({ mainFile = pkg.main, moduleFile = pkg.module, injec __REACT_FLOW_VERSION__: JSON.stringify(pkg.version), // this comes from the easy-peasy dependency 'process.env.FORCE_SIMILAR_INSTEAD_OF_MAP': false, + preventAssignment: true, }), bundleSize(), postcss({