Fix bug related to dynamic `import()`-statements
stoikerty
released this
31 May 14:16
·
13 commits
to master
since this release
When using NODE_ENV test
, dynamic import statements wouldn't work properly. The related babel-preset was being declared twice due to an if-condition in the react-app preset.
This release fixes that issue.