I Have These Warnings When I Build My Nuxtjs ProjectWarnings
I Use Vuetify, SCSS, Vue-monthly-picker for pick month date
In The nuxt.config.js
mode: 'universal', ssr: false,
If I removed Mode and Make SSR: true, it gives me another error ( document not defined )
The Warning of asset size limit is because I use Vuetify, Vue-monthly-picker which increase assets size if i remove it warning gone.
is there any way i can remove warning without delete vuetify and vue-picker