Skip to content

Commit

Permalink
chore(replace): use preventAssignment option
Browse files Browse the repository at this point in the history
  • Loading branch information
moklick committed Feb 23, 2021
1 parent 2e934d2 commit c5a8f6b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rollup.config.js
Expand Up @@ -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({
Expand Down

0 comments on commit c5a8f6b

Please sign in to comment.