Open germi opened 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.
main.js
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.