**Module version** 1.9.0 **Describe the bug** If I enable `treeShake` the page rendered via SSR isn't display properly. **To Reproduce** I have attached a sample project. [nuxtjs-vuetify.zip](https://github.com/nuxt-community/vuetify-module/files/3790882/nuxtjs-vuetify.zip) Steps to reproduce the behavior: 1. `yarn && yarn build && yarn start` 2. From the browser you will see a flicker before it renders properly 3. You can also do `curl http://localhost:3000 > /tmp/out.htm` and open to see the file **Expected behavior** The SSR version should be same as client **Screenshots** <img width="1269" alt="Screen Shot 2019-10-30 at 12 49 11 PM" src="https://user-images.githubusercontent.com/314036/67893441-d2bc0a80-fb13-11e9-858b-af7b6e5aa3f4.png"> <img width="1269" alt="Screen Shot 2019-10-30 at 12 49 00 PM" src="https://user-images.githubusercontent.com/314036/67893442-d2bc0a80-fb13-11e9-8294-07654e6ebec9.png">