Arthur Stolyar

Results 235 comments of Arthur Stolyar

Why would you generate HTML files for every single page/route? Can't you just generate a template which will be populated by the server with contents?

@developit need to test first if `` works as expected on all mobile devices.

Just a very naive heap allocation comparison: Adding 100 iframes: ![image](https://cloud.githubusercontent.com/assets/1189265/21655213/207a6c96-d2ca-11e6-919f-2deecbff8daf.png) Adding 100 objects: ![image](https://cloud.githubusercontent.com/assets/1189265/21655294/76aa840c-d2ca-11e6-8a4e-e3f2f09e313b.png)

@developit to me it seems the same (see initial heap is smaller for the second attempt). Just left it here to show that it eats a lot of memory in...

@tigt sounds like one more reason to not use ``.

@tsnieman yeah, I already keep it open to take a look. Will do a bit later today :-)

@tsnieman okay, so `isomorphic-webpack` doesn't really support `window`, `self`, `top`, `parent`, etc. right? Btw, that `window.console` check exists only in stub of `offline-plugin` runtime. If you got stub means that...

I'm getting `self is not defined` even by just running the demo: https://github.com/gajus/isomorphic-webpack-demo ![image](https://cloud.githubusercontent.com/assets/1189265/24315990/b9dac45c-10fb-11e7-89f1-e99e6f1a688b.png) Is the demo supposed to work?

What about `script.src = 'script.js'` loading script from directory where `devtool` was run, not from `devtool`'s directory itself?