UNPKG

webpack

Version:

Packs CommonJs/AMD modules for the browser. Allows to split your codebase into multiple bundles, which can be loaded on demand. Support loaders to preprocess files, i.e. json, jade, coffee, css, less, ... and your custom stuff.

14 lines (8 loc) 247 B
# literate coffeescript test Set some `condition` to `true condition = true Create an object with some text obj = text: "literate coffee test" Export the text if the condition is true module.exports = obj.text if condition?