/
githubmirror
/
meteor
Обзор
Документация
Войти
/
githubmirror
/
meteor
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
devel
packages/modules-runtime/modern.js
10 строк
326 B
Gabriel Grubba
chore(modules.fallback): all goes to varifyErrors
19 авг 2022, 04:13
19 авг 2022, 04:13
ce179fa
Код
Авторство
О чём код?
meteorInstall = makeInstaller({ // On the client, make package resolution prefer the "browser" field of // package.json over the "module" field over the "main" field. browser: true, mainFields: ['browser', 'module', 'main'], fallback: function (id, parentId, error) { verifyErrors(id, parentId, error); } });