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.

6 lines (5 loc) 340 B
// This file doesn't accept itself neither the parent accepts it. // On change it will bubble to all parents (which is 'element.js'), // this parent is accepted by 'index.js'. // So on change 'element-dependency.js' and 'element.js' will be reloaded. module.exports = "This text comes from <b>'element-dependency.js'</b> version 1.";