It's not a node/npm convention to post minified code to the registry.
Would it be possible for you to push a new npm version patch up of the code base unminified?
Minified code makes it very difficult to debug and most developers who use NPM probably have a way of minifying their bundle anyways à la Webpack et al.
It's not a node/npm convention to post minified code to the registry.
Would it be possible for you to push a new
npm version patchup of the code base unminified?Minified code makes it very difficult to debug and most developers who use NPM probably have a way of minifying their bundle anyways à la Webpack et al.