Client-side only plugin not working
[issue link]Hello,
When I try to do a plugin available only client side, it’s not working. I have an issue, because nuxt is trying to find ~ as first char of plugin string, but object provided.
Workaround :
I’m able to include everywhere the plugin then check inside if (process.browser)
npm list | grep nuxt
-> nuxt@0.9.9
So may be it’s a feature of 0.10 but I’ve not seen that in changelog
Thanks for help & for this amazing lib 😉
Gaël