mirror of
https://github.com/MCSManager/UI.git
synced 2024-11-21 03:15:46 +08:00
8 lines
189 B
JavaScript
Executable File
8 lines
189 B
JavaScript
Executable File
module.exports = {
|
|
presets: ["@vue/cli-plugin-babel/preset"],
|
|
plugins: [
|
|
"@babel/plugin-proposal-nullish-coalescing-operator",
|
|
"@babel/plugin-proposal-optional-chaining"
|
|
]
|
|
};
|