Code published to npm is being minified. This makes it really hard to debug, understand what is going on.
The value of having a development tool being minified is negligable.
option 1: https://webpack.js.org/configuration/optimization/#optimizationminimize
option 2: do not use webpack production mode at all. it is not required.
Code published to npm is being minified. This makes it really hard to debug, understand what is going on.
The value of having a development tool being minified is negligable.
option 1: https://webpack.js.org/configuration/optimization/#optimizationminimize
option 2: do not use webpack production mode at all. it is not required.