Glen Mailer

Results 204 comments of Glen Mailer

Apologies for the slow response - I suspect this is because it's looking for the text content of the `` tag - which naively contains all of the option's child...

I'd take a PR for this if it isn't already part of peridot

I would like to :+1: this - I'm really impressed with the CAS approach for the node_modules folder, but without a shrinkwrap option I'm loathe to adopt this for production...

> The vast majority of dependency-related app breakage happens from floating top-level dependencies It seems to me that it would logically follow that my top-level dependencies break because of their...

That would be awesome, especially if it handled checksums and idempotency!

My personal approach to this is to not have linting be part of the webpack build, I only run it on the cli, in my editor, or on the CI...

Unfortunately, the internal `warn` variable is poorly named, setting it to true will also hide error logging.

What’s the browser support like? I’ll take a PR for this, especially if it handles a graceful fallback if the method doesn’t exist

Webpack 2 works fine with no user-facing changes I think. There were some fixes done a while back when it was in alpha to maintain compat with both. Personally I...