/
githubmirror
/
webpack
Обзор
Документация
Войти
/
githubmirror
/
webpack
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
test/watchCases/plugins/automatic-prefetch-plugin/0/delayed.js
8 строк
190 B
Tobias Koppers
remove Module.prefetched
22 авг 2018, 16:19
22 авг 2018, 16:19
e0f8465
Код
Авторство
О чём код?
module.exports = function() { this.cacheable(false); return new Promise(resolve => { setTimeout(() => { resolve("module.exports = require('./foo/' + WATCH_STEP);"); }, 500); }); }