vijayyadav1002 / find-original-source

This project is about finding original source location when you get some error in project code and you are unable to find the exact location because the production file is minified.

Home Page:https://find-source.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This project is about finding original source location when you get some error in project code and you are unable to find the exact location because the production file is minified.

Pre-requisite:

  • You should have original source code map with you. It can be generated with webpack or uglify js tool that you use for minification.
  • Upload Source Map in the app and put in the line number and column number of the error occurred in production.

To Start

  • Run npm install
  • Then Run npm start

About

This project is about finding original source location when you get some error in project code and you are unable to find the exact location because the production file is minified.

https://find-source.herokuapp.com/


Languages

Language:JavaScript 85.5%Language:CSS 9.8%Language:HTML 4.7%