webpack/examples/source-mapping-url/template.md

661 B

This example demonstrates various types of source-maps.

example.js

_{{example.js}}_

node_modules/library/src/index.ts

_{{node_modules/library/src/index.ts}}_

node_modules/library/lib/index.js

_{{node_modules/library/lib/index.js}}_

node_modules/library/lib/index.js.map

_{{node_modules/library/lib/index.js.map}}_

webpack.config.js

_{{webpack.config.js}}_

dist/output.js

_{{dist/output.js}}_

dist/output.js.map

_{{dist/output.js.map}}_

Info

Unoptimized

_{{stdout}}_

Production mode

_{{production:stdout}}_