nuxt / vite

⚡ Vite Experience with Nuxt 2

Home Page:https://vite.nuxtjs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`Dotprop` module error

kylemod opened this issue · comments

The requested module '/test-app/node_modules/dotprop/index.js?v=78575b02' does not provide an export named 'default'

Already included it on

vite: {
    optimizeDeps: {
      exclude: [
        'dotprop'
      ]
    }
  }

But still the error occurs