Adam Hoddinott
Adam Hoddinott
I've had an issue in a particular version of nwjs (v0.44.1) which comes bundled with chromium 80.0.3987.87. Some stars seem to align in this version only, and it's seemingly possible...
Part of my package.json: if some of these don't exist, the watcher complains that the value doesn't exist. I had to read the source code to figure out where this...
This is in the test project: - Ran `gulp watch` - `jspm install npm:react` - add line `import React from 'react';` Get the following error: ``` [BS] Reloading Browsers... [15:36:36]...
This was something I really wanted personally, as it helps flow. I managed to make it work really simply by just using the same chokidar internals: ``` const watcher =...
This happens to me pretty much any time I change jspm.config.js data (whether it be by editing meta data, or resolving dependencies). I'm using jspm 0.17 which may or may...