I'm using aws-amplify in my app for iOS, Android and Web, but when I import aws-amplify
import 'aws-amplify';
Android and iOS work fine but the web app crashes with the error message:
Failed to compile
Can't reexport the named export 'BREAK' from non EcmaScript module (only default export is available)
Does anyone know the solution to this problem?