mirror of
https://github.com/thepaperpilot/Planar-Pioneers.git
synced 2024-11-21 16:13:54 +00:00
12 lines
254 B
JavaScript
12 lines
254 B
JavaScript
module.exports = {
|
|
presets: ["@vue/cli-plugin-babel/preset"],
|
|
plugins: [
|
|
[
|
|
"module:@jetblack/operator-overloading",
|
|
{
|
|
enabled: true
|
|
}
|
|
],
|
|
"@vue/babel-plugin-jsx"
|
|
]
|
|
};
|