benjycui / bisheng

Transform Markdown(and other static files with transformers) into a SPA website using React.
MIT License
2.9k stars 419 forks source link

ReferenceError: document is not defined #199

Closed jinyindu closed 5 years ago

jinyindu commented 5 years ago

cross-env NODE_ENV=production bisheng build --ssr -c ./site/bisheng.config.js && node ./scripts/generateColorLess.js 执行这个的时候报ReferenceError: document is not defined

lili21 commented 5 years ago

ssr需要保证访问document, window这种属性的时机是正确的,比如在componentDidMount中。