Chris Bull

Results 5 comments of Chris Bull

Directories with capital letters doesn't work at all: ```json { "presets": ["env", "react-native-stage-0/decorator-support"], "plugins": [ [ "module-resolver", { "root": ["./App"], "alias": { "yup": "./App/Components" } } ] ], "env": {...

Instead of creating a new file, you can just point to the correct folder using: ``` source: `${__dirname.replace(/\/dist$/, '/src')}/context.ts`, ```

Has this been resolve? When I run `stripe login` I am successful in logging in. However when I run `stripe listen` I am still getting the `the CLI only supports...

*** UPDATE *** .metadata_never_index doesn't work on Majave or Catalina Found this quick script to add .metadat_never_index to your node_modules folders. ``` find . -type d -name "node_modules" -exec touch...

Could use an update on this as well