webpack/examples/require.context/templates/c.js

3 lines
80 B
JavaScript
Raw Normal View History

2012-03-12 04:37:18 +08:00
module.exports = function() {
return "This text was generated by template C";
}