Philip Walton

Results 250 comments of Philip Walton

> AFAIK, Webpack is smart enough to dedupe exact files automatically. This is not what I saw in my bundle yesterday. And the output I pasted above is what webpack...

I can get you a full set of steps to reproduce the issue later, but off the top of my head here's how you can do it: ```sh npm install...

I'd be happy to lend some help to the new Flexie library as I can't wait to be able to use Flexbox in production projects. @doctyper with regards to CSS...

I need to add content to the README of this repo that summarizes what each custom dimension/metric is for. In this case the _Hit Source_ dimension is a generic dimension...

Can't you set the [`babelrc` option](https://babeljs.io/docs/usage/api/#options) to false in your config?

Sure, that would be cool. Out of curiosity, why do you say it wouldn't be backwards compatible? Presumably if it didn't find a `..`, it would just assume a single...

I'm happy to accept pull requests. Though I'm not entirely sure I'm understanding the problem. In your case are you using a webpack development server that's already running?

I see. Sure, I'd accept a pull request for this change. Or I can make it myself when I have some time.

Seems reasonable. I'll add logic to add a leading slash if one doesn't exist.

If people want node 5 support, I suppose I could consider removing the es2015 code.