manuelbieh / react-ssr-setup

React Starter Project with Webpack 4, Babel 7, TypeScript, CSS Modules, Server Side Rendering, i18n and some more niceties

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSS will be packaged into build/server folder when run start

WinmezzZ opened this issue · comments

commented

I have changed a lot of code so far, I don't know why CSS will be packaged in build/server after run start, so now it will print 'server side restart' warning every time I change the CSS, but the original project will not, I don't know why, can you help me? In other words, how do you control it will not to package CSS into the server when run start.