Happy-Coding-Clans / vue-easytable

A powerful data table based on vuejs. You can use it as data grid、Microsoft Excel or Google sheets. It supports virtual scroll、cell edit etc.
https://happy-coding-clans.github.io/vue-easytable/
MIT License
3.69k stars 738 forks source link

提一个npm包 package.json devDependencies 依赖bug #335

Closed xiaogaofudao closed 3 years ago

xiaogaofudao commented 4 years ago

npm 包文件已经被 webpack3 打包了,依赖项其实是不需要内容的。下载npm包发现 devDependencies 存在 webpack3 等其他无用的依赖。造成 npm i vue-easytable 后会下载 webpack 和项目的 webpack4 冲突。希望作者能在发布包的 package.json 去掉依赖项

xiaogaofudao commented 4 years ago

建议开发一个 package.json。打包发布单独一个。互不干扰

huangshuwei commented 3 years ago

The new version has solved this problem.

Please use version 2.0