Answer the question
In order to leave comments, you need to log in
How does webpack bundle libraries into node_modules?
There are libraries in node_modules and as far as I understand webpack bandits imported libraries into vendors if we specify and minify. But in libraries I often see dist and src , respectively, you can use already minified dist , but then why bundle libraries through webpack ?
Questions:
- Do I need to bundle libraries from node_modules ?
- How to use dist libraries from node_modules ?
- Why dist in libraries, if suddenly it is not used with the webpack bundle ?
Answer the question
In order to leave comments, you need to log in
- Do I need to bundle libraries from node_modules?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question