Patch broken node_module with yarn22021. 3. 9.
yarn patch <module>
- fix the code inside the generated folder and save it.
yarn patch-commit <generated_folder> > <patch_file_name>.diff
- fix
package.json
with"module": "patch:<module>@<version>#<path_to_patch_file>/<patch_file_name>.diff"
yarn install