UNPKG

coffee-inline-map

Version:

Compile CoffeeScript files with inline source maps

20 lines (17 loc) 344 B
<html> <head> <title>Source maps test</title> <script src="bundle.js"></script> </head> <body> <h1>Press F12 in Chrome</h1> <p> Make sure that source maps are enabled in devtools settings. Otherwise turn them on and hit C-r <i>while console tab is open</i>. </p> <p> Do you see the difference? </p> </body> </html>