mirror of https://github.com/webpack/webpack.git
479 B
479 B
example.js
{{example.js}}
file.js
{{file.js}}
loader.js
{{loader.js}}
test.css
{{test.css}}
js/output.js
{{js/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}}