Joshua Wiens

Results 70 comments of Joshua Wiens

@skipjack - Do we want to try and make this happen in Defaults 2.0?

In the case of markdown, we could really do it anytime as it's just a new feature. The initial version of defaults 2.x will be done before the end of...

@skipjack - As @evilebottnawi suggested, it's usually a matter of Prettier + something as Prettier is focused entirely on stylistic issues. i.e. We use `Prettier` + `eslint-config-webpack` and the applicable...

Not something you need to add immediately and the implementation details still need to be fleshed out. Issue opened based on a conversation about dependency maintenance and our general desire...

Once the guide is in a more final state, I think gitbook is a great idea. Basarat's TypeScript gitbook is an excellent example. All that information would be tedious to...

@Paladinium 1.) My change detection lifecycle is under 3 seconds, disabling nothing at all in an app that has north of 20 top level components and north of 80 including...

@blakeembrey @unional - This is more of a `typed-typings` question technically but it's of the same general topic. Has the group decided on any guidance as to how we want...

@unional - https://github.com/unional/typescript seems to be the best single source of information on proper authoring of type definitions. I stumbled upon it in this issue, no idea it existed and...

@erm0l0v - As a part of lessons learned in extract-text-webpack-plugin & In the spirit of saving you a bit of searching, `chunk.modules.sort()` was removed in the initial `[email protected]` release. A...

@isaacplmann - Something that may be useful here. In @webpack-contrib we created https://github.com/webpack-contrib/webpack-defaults to maintain our boilerplate. The same approach could be applied here to handle managing all the boilerplate....