Fernando Camargo Del Buono
Fernando Camargo Del Buono
I temporarily dealt with this by adding aliases to my dependencies. How bad is this solution? Example: ``` "buffer": "^6.0.3", "crypto": "npm:crypto-browserify", "stream": "npm:stream-browserify", ```
Have any of you tried this [approach](https://github.com/facebook/create-react-app/issues/11756#issuecomment-998418988) before deciding to eject or rewire? I have the impression that it would work for many of the cases presented.
@victorgirotto-klaviyo I ran into the same issue with language detection and code formatting. I solved it with a small custom parser plus a Prettier pass. **package.json**: ```json { "devDependencies": {...