Glen Mailer

Results 163 comments of Glen Mailer

I don't have easy access to IE, so I won't be able to provide a full working example. If you have any specific errors then feel free to post more...

If anyone is able to contribute an example including the polyfill for IE, please do.

What info do you get in the browser console when reloading fails?

It looks like you have config in there for both `webpack-dev-server` and `webpack-hot-middleware`, which cannot both be used together. I'm not entirely sure that's the problem - but try removing...

@rchristensen Does the server restart after changes?

That's odd, I'd double-check your publicPath setting, the part which is failing is when webpack attempts to download the manifest from `webpack-dev-middleware` - which isn't something directly managed by this...

@pastelsky I'm not 100% sure, but try removing the `false` entries from your stats options - I think some of those are needed by hot middleware.

Yep, this is an oversight - i can't see any reason not to add a `noWarnings` option or similar into the client code. A PR would likely be accepted.

As far as I can tell the values are correct, aside from being in the range `[0, 360]` instead of `[-180, 180]`. The values are not offset, so the logic...