Steve Kellock
Steve Kellock
Hmm... good question. Do you know if `react-select` is pre-compiled? Many libs in the react community aren't. If it isn't, then we're going to have to send it thru the...
It appears as if the renderer bundle is getting written with NODE_ENV !== “production”. If you hardcode it to be production does the hmr log spam go away?
Gotcha. So two things... I just read that the EnvPlugin order matters. Perhaps move it up after instructions? There is a plugin I didn’t add called Quantum. It is a...
ah. thanks for the heads up. i havent had too much time to maintain this project so i hadnt noticed. thanks!
Ya that's strange. Sounds like those dev server processes aren't getting closed when you close that window. Can you close the running dev server safely first somehow? Click `control-c` or...
That functionality is handled by fusebox. They spin up the dev server.
I don't think I've seen that setting before. What does it do?
Hey, thanks for the issue! I haven't run the tests from windows yet. There's probably a few places where switching from hardcoded slash paths to `path.resolve()` will fix up things....
Also, https://github.com/standard-things/esm might be able to help as it polyfills `import` into node.js.
@GeeWee I'm *very* interested!