mc-publish/babel.config.cjs

6 lines
109 B
JavaScript
Raw Permalink Normal View History

2021-09-21 03:27:32 -04:00
module.exports = {
presets: [
["@babel/preset-env", { targets: { node: "current" } }],
2022-11-29 08:12:43 -05:00
],
2021-09-21 03:27:32 -04:00
};