Gitiles
Code Review
Sign In
gerrit.lilingkun.com
/
G2-ptPlatform-frontend
/
6af19da05e4b53cc31446cb464040d50e81f9ca6
/
.
/
babel.config.js
blob: bfdd4b09e8d95552448730905b0dafcccec3f385 [
file
] [
log
] [
blame
]
Akane1217
65b61a7
2025-05-17 13:52:25 +0800
[
diff
] [
blame
]
1
module
.
exports
=
{
2
presets
:
[
3
[
'@babel/preset-env'
,
{
targets
:
{
node
:
'current'
}
}],
4
'@babel/preset-react'
// React项目需要
5
]
6
};