Jeff Knight
Jeff Knight
+1 on this.
would also like to see support for `scroll-padding` and `scroll-margin`
+1 on this, it is screwing up any ability to set breakpoints and debug
It would also be great to get some documentation around if this can be used with `rollup-plugin-commonjs` and `rollup-plugin-node-resolve` for handling `node_modules`. Finally, some documentation around how this interacts with...
Here is the relevant portion of our `package.json` ``` "dependencies": { ... "react": "file:./local_modules/react", "react-dom": "file:./local_modules/react-dom", ... } ``` When the app is launched via `npm start`, config variables are...
@grawk that's exactly the point of this issue - this behavior is crashing my app. Since `krakenjs` by default registers the `file:` shortstop handler, and `npm` by default adds all...
In other words, anybody using an npm supported `file:` dependency in their `package.json` is going to have a bad time
Yeah, I was thinking the same thing - only parse things coming from the `config.json` for `shortstop-handlers`
@tlivings Where is `package.json` being explicitly added? The issue I was encountering was because `npm` adds `npm_config_*` environment variables for config values in `package.json`.
Any movement on this?