Matthew DeLambo

Results 62 comments of Matthew DeLambo

@tblohorn - I committed a temporary fix to the 0.4.1 version: https://github.com/NYTimes/ice/downloads I'm going to keep this open, hoping that FF fixes their problem soon so I can revert.

We could probably reach into the webpack stats and surface the performance budget to users so that we can avoid all of the other noise that webpack logs. But I'm...

Thanks for creating this @gontard. I quickly looked into this and got the same result. I tried using "source-map" instead of "inline-source-map" but that didn't seem to fix it. Anyone...

If we all agree that this would be a good product feature we could look into support for passing webpack cli options into the`kyt build` command but that looks like...

@AlgoTrader what are you specifically looking for in the stats? How do you plan on parsing/using the data?

@AlgoTrader - Have you tried [webpack-stats-plugin](https://github.com/FormidableLabs/webpack-stats-plugin) or stats-webpack-plugin? They will emit a file and have a lot of options for configuring output. You can add them as plugins via the...

Thanks for bringing this up. I think I like you alternative - support for `git clone` arguments - better. We're using [simple-git](https://github.com/steveukx/git-js#how-to-specify-options) which [supports options](https://github.com/steveukx/git-js#how-to-specify-options). I think we could deprecate...

What about disabling the server altogether for projects that work with a non-JS backend? For instance, sites like CMS (moving to React) or Cooking (Rails backend). Would that be configured...

@mrmckeb - To be honest, I'm not sure if this is a problem. I updated the issue to be more clear and removed the "low priority" message as kyt should...

Hey, @bkniffler - what's your use case?