mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
4 lines
81 B
JavaScript
4 lines
81 B
JavaScript
|
|
module.exports = {
|
||
|
|
presets: ['@babel/preset-env', '@babel/preset-react'],
|
||
|
|
};
|