mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-05-23 12:44:12 +03:00
15 lines
199 B
JavaScript
15 lines
199 B
JavaScript
module.exports = {
|
|
presets: [
|
|
[
|
|
'@babel/preset-env',
|
|
{
|
|
loose: true,
|
|
bugfixes: true,
|
|
targets: {
|
|
esmodules: true,
|
|
},
|
|
},
|
|
],
|
|
],
|
|
};
|