question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Also publish non-minified code to npm

See original GitHub issue

First off, thanks a ton for making documenting a really pleasant experience! 👍

I just stumbled across an potential issue (order within a menu doesn’t work as expected in my project) and wanted to dig into the source code via placing some console.logs at the relevant place in my node_modules. This is made very difficult though since all the files are minified. I understand that it’s nice to have a minified version for people who want to use e.g. unpkg, but I haven’t seen many projects where the actual required files are minified as well.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:4
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Glazycommented, Mar 29, 2019

Hey @pedronauck,

I see that @IssuehuntBot has rewarded you for this - did you manage to put a fix in place so we can close the issue? 👍

0reactions
IssueHuntBotcommented, Dec 5, 2018

@pedronauck has rewarded $21.00 to @pedronauck. (Total deposit: $30.00, Repository reward(20%): $6.00, Service fee(10%): $3.00) See it on IssueHunt

Read more comments on GitHub >

github_iconTop Results From Across the Web

Also publish non-minified code to npm · Issue #413 · doczjs/docz ...
I just stumbled across an potential issue ( order within a menu doesn't work as expected in my project) and wanted to dig...
Read more >
Setup NPM prepublish minify script - Stack Overflow
Runs BEFORE the package is prepared and packed, ONLY on npm publish. Then our package.json looks like: "scripts" : { "prepublishOnly" : " ......
Read more >
How to publish a npm package in four steps
A step by step tutorial on how to publish a package on npm using compact and idiomatic JavaScript.
Read more >
scripts - npm Docs
Runs BEFORE the package is packed, i.e. during npm publish and npm pack · Runs on local npm install without any arguments ·...
Read more >
How to publish a npm package (properly)
Create a readme.md file with documentation for your package. · It is also recommended to create documentation to describe the functions and classes...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found