upash / peco

nothing here, move on..
MIT License
209 stars 12 forks source link

Build error: document is not defined #35

Closed luyilin closed 5 years ago

luyilin commented 5 years ago

It caused when imported headroom.js@0.9.3. And here is another similar build error, window is not defined when import iconfont.js

egoist commented 5 years ago

I'm rewriting it so don't use for now 😂

But if you want a solution:

if (process.browser) {
    require('headroom.js')
}