📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: babel.config.js
"use strict"; module.exports = { presets: [ ["@babel/preset-env", { forceAllTransforms: true }], ["@babel/preset-flow", { all: true }], "@babel/preset-react", ], plugins: [ "@babel/plugin-syntax-export-default-from", "@babel/plugin-proposal-class-properties", ["@babel/plugin-proposal-decorators", { version: "2021-12" }], ["@babel/plugin-proposal-pipeline-operator", { proposal: "minimal" }], "@babel/plugin-proposal-private-methods", "@babel/plugin-proposal-do-expressions", ], };
Save