Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 269 Bytes

Inline source maps

TypeScript

Use command line option --inlineSourceMap

uglify-js

Use command line option --source-map content=inline

RequereJS

Use the script from this repo as follow:
    node index.js --input=[path-to-build-folder]