A
A
Alexey Bespalov2019-03-04 10:28:27
JavaScript
Alexey Bespalov, 2019-03-04 10:28:27

How to build build without minification?

Greetings.
Tell me, is it possible to configure webpack so that it does not minify the js file, does not add free service information there?
There is a wish to look to study dist.js.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Robur, 2019-03-06
@Robur

Depends on your config. either remove the uglify plugin, or don't build with production optimizations. In any case, minification is a separate build step that can be disabled.
Since you are asking a question, the answer is "yes, you can"

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question