mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
5 lines
124 B
JavaScript
5 lines
124 B
JavaScript
|
module.exports = {
|
||
|
presets: ["@vue/cli-plugin-babel/preset"],
|
||
|
plugins: [["@babel/plugin-proposal-optional-chaining"]]
|
||
|
}
|