| Current Path : /var/www/html/eddcfa.sumar.com.py_old/vendor/livewire/livewire/ |
| Current File : /var/www/html/eddcfa.sumar.com.py_old/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',
},
}
]
]
}
}
};