mirror of
https://github.com/tengge1/ShadowEditor.git
synced 2026-01-18 15:02:09 +00:00
7 lines
94 B
JavaScript
7 lines
94 B
JavaScript
const presets = [
|
|
[
|
|
"@babel/preset-react"
|
|
],
|
|
];
|
|
|
|
module.exports = { presets }; |