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

181
Views
what are ".js.map" files?

I cloned a repo with a build command that runs webpack and it generates an index.js and index.map.js file. I assume index.js is a minified version of all the code, but what is index.map.js?

about 4 years ago · Juan Pablo Isaza
2 answers
Answer question

0

The config devtool: 'source-map' in webpack.config.js generated this file when you built it.

Why it is needed?

You can run minified Javascript or transpiled Javascript which is good for performance, but not particularly helpful when debugging. Source maps are a way for modern browsers to take the minified code (js, css) and allow us to read the code in its unminified state in the debugger.

Further reading,

  • Introduction to JavaScript Source Maps
  • What is the purpose of source maps?
about 4 years ago · Juan Pablo Isaza Report

0

You have devtool: 'source-map' in the webpack.config.js file.

.map files are sourcemaps for debugging purposes. I suggest you read what a source map is.

about 4 years ago · Juan Pablo Isaza 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!