Tim Kelty

Results 323 comments of Tim Kelty

@edmorley yeah allowing an array seems pretty dead-simple to me :).

Aside from just having to deal with more 3rd party libs, I think the biggest argument against including this is there are decisions to be made about when we use...

I think the best thing to do here is have sections in the docs for "recipes" like this, rather than including it in the preset. I think that would also...

But I agree we should frequently compare with CRA, (and vue-cli) to compare features. If we're missing something, we can start with including examples of how to add it yourself,...

Component rendering SSR (Vue/React) is indeed very platform/app specific, and I think trying to manage our own guide would be tough. BYO-"traditional"-server-rendering (not sure what else to call it, as...

@dparker2 you got it. `html: false` is what you want. That comment pre-dated the option to remove it via `false`

Closest I've gotten is merging each nested ChainedMap explicitly, but seems like there's got to be better way… ``` const baseRule = neutrino.config.module.rules.get('baseRule'); const newRule = neutrino.config.module.rule('newRule').merge(baseRule.entries()); baseRule.uses.values().forEach((use) => {...

@yordis yep, makes total sense…and looks like I just ended up using values in the end (https://github.com/neutrinojs/neutrino/pull/1276#issuecomment-455265909). > That is the reason why we use Map since regular objects do...

> So my question for your team is, are you fine with breaking changes? I don't see why not, as long as it is part of a major version bump....

Closed in favor of #14124