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
78 stars 34 forks source link

Revert to react 4.x #100

Closed kazbaig closed 2 years ago

kazbaig commented 2 years ago

Upgrading to react-scripts 5.x resulted in an upgrade to webpack 5.x, which removes polyfills for node packages used in this project like crypto and dotenv. Create React App does not include a way to tell webpack to add the polyfills back.