Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 474 Bytes

File metadata and controls

43 lines (29 loc) · 474 Bytes

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}}

Code Splitting

See this example combined with code splitting