Please, I've watched the course, and deployed the system, but I need to include assets, I included style-loader, css-loader and tried to use in a component, if I use any import style 'style.css' for example, I get
ReferenceError: window is not defined
due to this line window.INITIAL_STATE = ${serialize(store.getState())}.