mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 05:29:22 +01:00
13 lines
154 B
JavaScript
13 lines
154 B
JavaScript
|
|
module.exports = {
|
||
|
|
presets: [
|
||
|
|
[
|
||
|
|
'@babel/preset-env',
|
||
|
|
{
|
||
|
|
targets: {
|
||
|
|
node: 'current',
|
||
|
|
},
|
||
|
|
},
|
||
|
|
],
|
||
|
|
],
|
||
|
|
};
|