ikloster03 / vue-dadata

Vue component for hinting addresses using dadata.ru
https://vue-dadata.ikloster.tech
MIT License
28 stars 31 forks source link

Vite build and es.js files #146

Closed new-user-name closed 1 year ago

new-user-name commented 1 year ago

Hi, I don't know is this a bug or I miss something. You have "import": "./dist/vue-dadata.es.js", in package. json. But vue build gives only js, umd.js and cjs files with the settings formats: ['es', 'umd', 'cjs']

So I receive Failed to resolve entry for package "vue-dadata". The package may have incorrect main/module/exports specified in its package.json. [plugin vite:dep-scan]

ikloster03 commented 1 year ago

@new-user-name thank you for feedbak! Fixed.