Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

206
Views
Questionable iconv-lite dependency

Been working in an Angular project a couple of months with a very large bundle size, I've been trying to minimize the main bundle and lazy loading some routes. Using webpack-bundle-analyzer I've seen that a very large part of the bundle (g-zipped) is a package called iconv-lite that exists under encoding and I can't find what part of the app is using it.

Is it angular that is using it? Does anyone have an idea? I can see some things have dependencies to it in my yarn.lock like jest and less but those shouldn't be included in the main bundle.

Happy to get into some direction here.

enter image description here

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

After a lot of investigation, we found that it was a dependency called gettext-parser that was issue. gettext-parser was not meant for browsers. Webpack polyfilled the required node.js modules and one of them was body-parser and then in turn iconv-lite.

We found this by updating to Angular 12 when webpack@5 stopped polyfilling node.js dependencies and it started to throw errors during the build.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!