After much trial and error I've been able to understand the approach to universal rendering a bit better and setup additional loaders to work correctly with isomorphic tools :)
Now i'm trying to figure out how to actually deploy it. I'm confused by the stuff in /lib and the reason to not just bundle and minify it? The entire content of that dir is overwritten with every build, and it has to be deployed every time?
After much trial and error I've been able to understand the approach to universal rendering a bit better and setup additional loaders to work correctly with isomorphic tools :)
Now i'm trying to figure out how to actually deploy it. I'm confused by the stuff in
/liband the reason to not just bundle and minify it? The entire content of that dir is overwritten with every build, and it has to be deployed every time?