Arthur Stolyar
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:  Adding 100 objects: 
@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  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?