mirror of
https://github.com/qier222/YesPlayMusic.git
synced 2025-02-16 21:22:46 +08:00
chore: update babel.config.js
This commit is contained in:
parent
1873126453
commit
0482e6a1ed
|
@ -1,3 +1,7 @@
|
||||||
module.exports = {
|
module.exports = {
|
||||||
presets: ["@vue/cli-plugin-babel/preset"],
|
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