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.

Optimizer should process NPM packages

See original GitHub issue
  • Inlined mode generates componentQrl($(() => {}, "FRIENFLYname")
  • Friendly names can not have underscores.
  • Dependencies are compiled with inlined strategy
  • We need a new scoping option (string) for libraries, using the package.name
  • Goal is for Qwikcity (used by npm create qwik) to use ___$() functions

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
manucorporatcommented, Jun 17, 2022
1reaction
mheverycommented, May 17, 2022

We are very much aware that it would be best if we did not have to do anything here (to @kylecordes point) However we don’t think that is possible. So the goal is to have an absolute minimum transform.

Read more comments on GitHub >

github_iconTop Results From Across the Web

optimizer - npm
The RaptorJS Optimizer is a Node.js-style JavaScript module bundler that also provides first-level support for optimally delivering JavaScript, ...
Read more >
optimize-js - npm Package Health Analysis - Snyk
optimize -js Build Status JavaScript Style Guide. Optimize a JavaScript file for faster initial execution and parsing, by wrapping all immediately-invoked ...
Read more >
3 Ways to Optimize Your Development Workflow When ...
1. Run two servers concurrently# ... One improvement we can make to our development workflow is adding a build tool to run multiple...
Read more >
Node module size: See how I reduced it by 90% | TSH.io
Another obvious (but sometimes forgotten) method is to use `–production` flag on npm install. It will skip all of the devDependencies and use ......
Read more >
npm Best Practices - RisingStack Engineering
Even if you save modules with exact version numbers as shown in the previous section, you should be aware that most npm module...
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