aws-samples / medical-transcription-analysis

Medical Transcription Analysis (MTA) demonstrates how the integration of Amazon Comprehend Medical and Amazon Transcribe Medical can be used to transcribe audio data, extract key medical components and tag the data to their corresponding entities. Automating the medical transcription and comprehension process makes it easier for health care professionals to focus on patient care.
MIT No Attribution
79 stars 35 forks source link

Update to creact-react-app 5, adding node polyfills #103

Closed kazbaig closed 2 years ago

kazbaig commented 2 years ago

Resolves vulnerabilities.

Updating to CRA 5.x implies bumping Webpack to 5.x as well, which does not include node polyfills required by the front end by default. Added React App Rewired to add the node polyfills back