Filip Dupanović

Results 12 issues of Filip Dupanović

Fixes `webpack` example which hinted that external items are provided at `{ module: { externals: /* ... */ } }`, instead of at the top-level.

Mostly cannot collect coverage for files with the following server configuration: ``` [options] lazy_mode=ide ``` Current workaround is to start the server with lazy mode disabled before using `flow-coverage-report`: ```...