mirror of https://github.com/webpack/webpack.git
482 B
482 B
example.js
_{{example.js}}_
templates/
- a.js
- b.js
- c.js
All templates are of this pattern:
module.exports = function() {
return "This text was generated by template X";
}
dist/output.js
_{{dist/output.js}}_
Info
Unoptimized
_{{stdout}}_
Production mode
_{{production:stdout}}_