From ff627ad1c512d34d2a71dd88eaafcfec13882b0b Mon Sep 17 00:00:00 2001 From: moklick Date: Thu, 25 Feb 2021 10:11:33 +0100 Subject: [PATCH] chore(rollup): remove easy-peasy replace --- rollup.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/rollup.config.js b/rollup.config.js index bec70c77..02c74105 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -39,8 +39,6 @@ export const baseConfig = ({ mainFile = pkg.main, moduleFile = pkg.module, injec replace({ __ENV__: JSON.stringify(processEnv), __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(),