David Mason
David Mason
To clarify, the behaviour I'm seeing occurs only when using `--debug` to make browserify generate source maps. Is browserify expected to find and combine source maps if it is just...
I was getting the issue in https://github.com/davidmason/work-life It needs a couple of tweaks to work in browserify: - in https://github.com/davidmason/work-life/blob/master/js/bubble.js - remove trailing comma on line 5 - change line...
It seems as though this is the case for configs as well, unless I am mistaken. For configs at least, is it possible to change how `extends` are loaded so...
@nzakas should I copy the "configs with configs" thing to a separate issue?
@nzakas makes sense, I'll do that. I can check the eslint code to make sure I merge my changes in the same way so there are no surprises.
I think the container size would be best. I have managed to get something working with this, but I had to reach in and mess with some of the internals...
Sounds like there could be an interaction with react-bootstrap here. I've had some issues in the past with react-bootstrap doing things in strange ways. I have no time for the...