mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2025-12-08 19:26:19 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const presets = [
|
|
[
|
|
"@babel/preset-react"
|
|
],
|
|
];
|
|
|
|
module.exports = { presets }; |