mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-21 16:00:59 -05:00
5 lines
109 B
JavaScript
5 lines
109 B
JavaScript
module.exports = {
|
|
presets: [
|
|
["@babel/preset-env", { targets: { node: "current" } }],
|
|
],
|
|
};
|