webpack/examples/loader/template.md

492 B

example.js

_{{example.js}}_

file.js

_{{file.js}}_

loader.js

_{{loader.js}}_

test.css

_{{test.css}}_

dist/output.js

_{{dist/output.js}}_

Console output

Prints in node.js (enhanced-require example.js) and in browser:

{ answer: 42, foo: 'bar' }
{ foobar: 1234 }
{ foobar: 1234 }

Info

Unoptimized

_{{stdout}}_

Production mode

_{{production:stdout}}_