Akryum / vue-cli-plugin-ssr

:sparkles: Simple SSR plugin for Vue CLI
https://vue-cli-plugin-ssr.netlify.com/
MIT License
444 stars 69 forks source link

How to exclude client side only packages? #208

Open outOFFspace opened 4 years ago

outOFFspace commented 4 years ago

For instance, I want to use https://github.com/shakee93/vue-toasted/ in my project, because the plugin uses the 'window' object under the hood. Can I exclude this plugin from being used on SSR?

outOFFspace commented 4 years ago

@Akryum, I need this feature to run it on production. Could you help?