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

编译时 遇到 window 会报错如何解决 #172

Closed pengfeiWang closed 5 years ago

pengfeiWang commented 5 years ago

编译时 遇到 window 会报错如何解决

比如在程序中使用了 window.locationwindow.navigator 就报错了

lili21 commented 5 years ago

ssr导致的。使用前先判断,要么在正确的地方使用。