Closed
Description
Currently, the code for this plugin copies the entire node_modules directory into the zip package. There are several packages (like this one) that don't need to be copied in there.
One solution would be to run npm install --production
instead of copying in node_modules, but I don't think that's ideal as it takes time and doesn't necessarily copy the exact same modules that have been installed into node_modules. I'm not sure if just iterating over dependencies
or devDependencies
for specific inclusion or exclusion is good either.
Metadata
Metadata
Assignees
Labels
No labels