James Diefenderfer

Results 4 comments of James Diefenderfer

@alexsorokin-at I think that's due to https://github.com/nodejs/node/issues/40775.

Thanks for the response! Some more details are available [here](https://github.com/jantimon/html-webpack-plugin#writing-your-own-templates). They expose an `htmlWebpackPlugin` template variable that can be used in the template to place ``/`` tags at any location...

Please correct me if I'm wrong but this seems especially crucial with [planned browser changes to block third-party cookies](https://blog.chromium.org/2020/01/building-more-private-web-path-towards.html). Many apps which are embedded in third-party contexts will likely deal...

Looked into this a bit more and the error seems to be caused by the number of spawned processes exceeding my system's limit (2048). Looking briefly into the `addComments` script,...