/
QuickMeet
/
Chat.Desktop
Обзор
Документация
Войти
/
QuickMeet
/
Chat.Desktop
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
babel.config.js
25 строк
456 B
Tasso Evangelista
refactor!(deps): Bump all critical dependencies (#2803)
15 янв 2024, 17:33
Не верифицирован
15 янв 2024, 17:33
4b4f2ee
Код
Авторство
О чём код?
module.exports = { exclude: 'node_modules/**', presets: [ [ '@babel/preset-env', { targets: { electron: 7, }, }, ], [ '@babel/preset-react', { runtime: 'automatic', }, ], '@babel/preset-typescript', ], plugins: [ '@babel/plugin-proposal-function-bind', '@babel/plugin-proposal-class-properties', '@babel/plugin-syntax-import-attributes', ], };