Adam Misiorny

Results 6 comments of Adam Misiorny

I'm also doing react mainly react nowadays :(

@ceeeeb you can find a solution in this repo https://github.com/MarvAmBass/docker-nginx-ssl-secure

+1 @mngaw20 In my case it works in ie10 with unicode, but not with liga string. So for example try to use `` insted of `twitter`.

For @sonarforte and others that had this issue In my case i had to check if `Modernizr.mq` exits because this method exitis only on client side, not on server side....

I had same issue. It looks to me that this delay is caused by adding support for `requestIdleCallback` in version 5. This change https://github.com/nfl/react-helmet/commit/b22e2f4075971f8b80568cd9911a2143f602add1 should also resolve this issue because...

I had same issue. Removing packages folder from `modulesDirectory` solved issue. (https://github.com/luisherranz/meteor-imports-webpack-plugin/blob/master/index.js#L78-L81) Also adding alias `config.resolve.alias.url = 'url/url.js';` helped. @luisherranz Is it really necessary to have `packages` as `modulesDirectories` ?...