芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/livewire/livewire/babel.config.js
module.exports = { presets: [ [ '@babel/preset-env', { targets: { node: 'current', edge: '18', ie: "11", }, }, ], ], plugins: [ "@babel/plugin-proposal-object-rest-spread", ], env: { test: { presets: [ [ '@babel/preset-env', { targets: { node: 'current', }, } ] ] } } };