Nick Ribal

Results 29 comments of Nick Ribal

Unfortunately, that's aligned with upstream CRA :( https://github.com/wmonk/create-react-app-typescript/pull/388#discussion_r214528875 I work around that by combining CRA-TS with react-app-rewired.

Yes, please. :) And thank you!

Whether it is actively maintained (express ahem ahem).

@tschaub's proposal makes sense to me. However, it should be inspected with a bit of context, for which I was gonna open a separate issue: is there a goal of...

This happens to me too in a private repo. Here's the log: ```bash ##[debug]Evaluating condition for step: 'Checkout' ##[debug]Evaluating: success() ##[debug]Evaluating success: ##[debug]=> true ##[debug]Result: true ##[debug]Starting: Checkout ##[debug]Register post...

There are two separate issues here: 1. There should be a simple HTML page with a preview of all browser tags, so one can preview it on the website without...

Not one which I'm aware of. It is very fragmented: - Some tools support declarative configuration inheritance (like eslint and TS). - Others don't support it out of the box,...

Thanks for creating this package! I believe there's an easier way to handle this scenario - without any configuration. We just need to follow node's native module resolution protocol, starting...