mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-23 05:29:22 +01:00
15 lines
209 B
JavaScript
15 lines
209 B
JavaScript
const mainConfig = require('../../babel.config');
|
|
|
|
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/env',
|
|
{
|
|
loose: true,
|
|
modules: false,
|
|
},
|
|
],
|
|
],
|
|
env: mainConfig.env,
|
|
};
|