/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/hotPlayground/element-dependency.js
6 строк
335 B
Tobias Koppers
added hot module replacement, fixes #26
19 июн 2013, 15:49
19 июн 2013, 15:49
8b23010
Код
Авторство
О чём код?
// 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.";