Answer the question
In order to leave comments, you need to log in
How to optimize a Node.js project?
I generated a project on Express (Node.js) and I don’t need most of the packages, how can I make it so that unnecessary modules are automatically removed, is it possible to compress the js code of modules?
Answer the question
In order to leave comments, you need to log in
so that unnecessary modules are removed automaticallyhttps://www.npmjs.com/package/depcheck
is it possible to compress js code modulesWhat for? This will not make them faster.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question