wd2010/React-universal-ssr

启动 npm run server之后,看到network返回的并不是html结构的代码?

Closed this issue · 3 comments

Snnny commented

结果跟npm start开发的时候一样,这是怎么回事?

你先编译了吗? npm run build

Snnny commented

是的,运行了。你确定 npm run build npm run server 之后 network能看到koa渲染之后的html结构?
顺便问一下,在你的项目里使用css module?
import style from '../assets/css/my.scss'
console.log('>>>>>>>>>>>style', style) 像这样 style一直是一个空对象? 我需要配置什么东西吗?

是有html的呢

a

另外你要输出style的那个是css-module吧,我这边没有用那个,我在后面是用的styled-components,也是一种css in js的写法,你可以试试