JamieCurnow / vue-clipboard3

Easily copy to clipboard in Vue 3
MIT License
129 stars 13 forks source link

[Bug Report] An error will be reported if the plug-in is introduced into the project built by vue3 & vite #2

Closed loafer-shu closed 3 years ago

loafer-shu commented 3 years ago

The error message is: [vite:resolve] Failed to resolve entry for package "vue-clipboard3". The package may have incorrect main/module/exports specified in its package.json.

The specified es file was not found in the package published by NPM

I changed the 'module' field value 'src' to 'dist' to temporarily solve this problem;

JamieCurnow commented 3 years ago

Hi @SeeTheDream, thanks for the bug report! I'll make a fix and push right now :)