mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2024-11-24 22:53:00 +08:00
chore: update babel.config.js
This commit is contained in:
parent
1873126453
commit
0482e6a1ed
|
@ -1,3 +1,7 @@
|
|||
module.exports = {
|
||||
presets: ["@vue/cli-plugin-babel/preset"],
|
||||
plugins: [
|
||||
"@babel/plugin-proposal-nullish-coalescing-operator",
|
||||
"@babel/plugin-proposal-optional-chaining",
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user