/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
babel.config.js
6 строк
264 B
Kushagra Goyal
refactor: move babel dependencies to workspace configuration (#78974)
05 июн 2026, 14:12
Не верифицирован
05 июн 2026, 14:12
746baa3
Код
Авторство
О чём код?
/* * Root babel config delegates to `tools/build-scripts/babel.config.cjs` so * that babel-related dependencies and resolution context live in a workspace * rather than at the repo root. */ module.exports = require( './tools/build-scripts/babel.config.cjs' );