Jordan Feldstein

Results 29 comments of Jordan Feldstein

It does work with `16.13.0` when **using npm**

This is done by adding one asterisk to the path: ``` import { LoggedOutScreen, ClientsListScreen, ReceiptsScreen, } from './src/screens/*'; ``` It's in the latest [examples](https://github.com/Anmo/babel-plugin-import-directory#example).

:+1: I am seeing this, as well.

I'm using 1.1.7. It works, unless you have a config file. If you have a config file it takes precedence and PORT isn't respected.

Yup, Olliekyan nailed it.

Sounds mysterious.... :^P

Oh, by the way, the database field was missing. Weird error. I fixed by removing the Has-Bit-Field definition from my model for now.