Jon Harris

Results 50 comments of Jon Harris

fwiw, I switched to this: https://github.com/jonjaques/react-loaders and it's working well and looks indentical.

There's a pull request #24 but it'd be much better to just keep React as a peer dependency.

I just came here looking for info about why mp4 videos won’t play on the iOS client. For months (years?) we haven’t been able to play mp4 videos, it just...

@rafaelks images seem to work fine.

In case it helps, we're running Server version `0.64.2` and the iOS app version `3.4.0 (248)`

Just a quick update, we’ve upgraded our server to `1.0.3` and videos still won’t play on iOS. (Also now on iOS client version `3.5.0`) Ironically I tested by recording a...

I've been playing around doing something similar to what this plugin seems to do, and I found that the `resolveLoader.root` was what I had to use instead of `resolve.root` see...

In case anyone's interested, I just published the utility I've been using to get webpack to play nice with aliases here: https://www.npmjs.com/package/webpack-local-libs

setting `publicPath: 'auto'` on either `output` or `historyApiFallback` doesn't seem to work.

Just noticed the same warning, except I only get 2 warnings since I have babel-core installed as a dependency: ``` warning "[email protected]" has unmet peer dependency "babel-template@^6.2.0". warning "[email protected]" has...