Dale Baldwin
Dale Baldwin
Here is how I got it working with sass/scss node-sass sass-loader postcss-loader style-loader css-loader extract-text-webpack-plugin Update your entry array (webpack config) to include a path to your entry point file....
I looked through the change log and I think it's been merged. Will see if I can get it working today.
Looks like the required code has been added to webpack it just hasn't made it over to NPM yet. Will try and get it working once it comes out.
Got it working on my fork https://github.com/quantumninja/universal-react but there is an issue with code flashing up so working on fixing that next.
I started on it but haven't had any luck getting it to work with your repo yet. I've gone back and am trying to build from scratch at the moment....
I've dropped it back to 1.9.18 and it's still happening.
Rolling back to R15 causes `Uncaught TypeError: _reactDom2.default.hydrate is not a function` This is breaking SPA style routing so it's server rending on each link click.
Tried that and no change either. Going back through and looking for changes between the different versions I have now. Thinking something between RFR has changed between 15 and 19...
I think it's something between the action and the reducer but not sure. Action and reducer are below. ``` import axios from 'axios' import { NOT_FOUND } from 'redux-first-router' export...
not 100% sure what is going on but I striped a few things back and the actions and reducers are working as expected as far as getting data and adding...