UNPKG

exorcist

Version:

Externalizes the source map found inside a stream to an external `.js.map` file

12 lines (11 loc) 244 B
<!DOCTYPE html> <html> <head> <meta charset=utf-8 /> <title>Exorcist Example</title> </head> <body> <p>Open dev tools, look for output printed to console and investigate sources tab</p> <script src="bundle.js"></script> </body> </html>