Skip to content

Fix bug related to dynamic `import()`-statements

Choose a tag to compare

@stoikerty stoikerty released this 31 May 14:16
· 13 commits to master since this release
5edcecc

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.