nikitasnv / vue-resizable

VueResizable component
https://nikitasnv.github.io/vue-resizable/
MIT License
224 stars 46 forks source link

Error on build process #38

Open germi opened 2 years ago

germi commented 2 years ago

When I build a project (using Vite), it breaks because of:

[commonjs] Unexpected token (1:7147) in .../node_modules/vue-resizable/dist/vue-resizable.umd.min.js

I notice that on previous versions, there was no such file, and the dist file was just main.js, and this problem did not occur.