- such as
doT.js, how can I use it withrequire.js? Andwebpack? Introduced directly inhtml? -
Must the module defined by
require.jshave areturn, for example, I just doalert (2)inmain.jsrequire (["math"]), is it necessary to wrap it with a function and thenreturnout?
