Hi,Is it possible to perform tree shaking against a node modules folder to minimise its size when creating a production docker container or other such environment? Its essentially about removing the dead code, without the bundling aspect?I tried to look but could only find tree shaking as part of a bundling procedure.
Submitted November 01, 2019 at 11:08PM by darrenturn90
No comments:
Post a Comment