Chris Blossom

Results 59 comments of Chris Blossom

Could you provide a minimal reproducible example repo?

Thanks for the repo! I think the right thing to do here is document this behavior in the readme. Basically if you are using a webpack that modifies files directly...

I just ran into this issue with the latest release (`6.2.0`). Can I completely disable 2FA? The package ended up being released on npm but did not push to github...

IMO, this should be handled by the user with a local firewall such as [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html).

@ArtemGovorov Thanks for the PR, but I don't think it helps very much. What is the reasoning behind removing the node shebang? I can see this only causing issues. Node...

> When file is being instrumented, parser needs a valid JavaScript to parse/emit code, however technically code with shebang is not valid JavaScript code, so the parser is not happy....

Any headway on this or anything that I can help with to get this moving?

On my build setup I copy a lot of static files to my public build directory before Webpack's compilation. I would need to either continually keep the ``exclude`` option updated...

Works for me. PR incoming