Profectus/babel.config.js

12 lines
221 B
JavaScript
Raw Normal View History

2021-05-19 22:21:51 +00:00
module.exports = {
presets: ["@vue/cli-plugin-babel/preset"],
plugins: [
[
"module:@jetblack/operator-overloading",
{
enabled: true
}
]
]
};