easywebpack-vue icon indicating copy to clipboard operation
easywebpack-vue copied to clipboard

feat: debloat package.json

Open SandZn opened this issue 1 year ago • 0 comments

Hi,

Thanks for developing this good project, which provides high-coverage tests.

I'm doing dynamic analysis on npm packages, and your project is one of my samples.

Through our dynamic analysis by running the test suites, we find that 3/5 of the direct dependencies are installed, however, they are not used during test runtime. We removed these dependencies from package.json, and installed the remaining dependencies, the tests all passed.

Would you consider creating a slim version of the package.json, which can help reduce the corresponding maintenance costs and security risks in production?

SandZn avatar Jun 26 '24 14:06 SandZn