chore(rollup): remove easy-peasy replace

This commit is contained in:
moklick
2021-02-25 10:11:33 +01:00
parent 6f175c0581
commit ff627ad1c5
-2
View File
@@ -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(),