File tree 3 files changed +11
-0
lines changed
3 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ const presets = ['@babel/preset-env'];
2
2
const plugins = [
3
3
'@vue/babel-plugin-jsx' ,
4
4
'@babel/plugin-proposal-nullish-coalescing-operator' ,
5
+ '@babel/plugin-proposal-optional-chaining' ,
5
6
[
6
7
'@babel/plugin-proposal-class-properties' ,
7
8
{
Original file line number Diff line number Diff line change 61
61
"devDependencies" : {
62
62
"@babel/core" : " ^7.12.3" ,
63
63
"@babel/plugin-proposal-nullish-coalescing-operator" : " ^7.14.5" ,
64
+ "@babel/plugin-proposal-optional-chaining" : " ^7.21.0" ,
64
65
"@babel/plugin-syntax-class-properties" : " ^7.12.13" ,
65
66
"@babel/plugin-transform-runtime" : " ^7.12.1" ,
66
67
"@babel/preset-env" : " ^7.12.1" ,
Original file line number Diff line number Diff line change 315
315
" @babel/helper-plugin-utils" " ^7.18.6"
316
316
" @babel/plugin-syntax-nullish-coalescing-operator" " ^7.8.3"
317
317
318
+ " @babel/plugin-proposal-optional-chaining@^7.21.0 " :
319
+ version "7.21.0"
320
+ resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz#886f5c8978deb7d30f678b2e24346b287234d3ea"
321
+ integrity sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==
322
+ dependencies :
323
+ " @babel/helper-plugin-utils" " ^7.20.2"
324
+ " @babel/helper-skip-transparent-expression-wrappers" " ^7.20.0"
325
+ " @babel/plugin-syntax-optional-chaining" " ^7.8.3"
326
+
318
327
" @babel/plugin-proposal-private-property-in-object@^7.21.0 " :
319
328
version "7.21.0"
320
329
resolved "https://registry.yarnpkg.com/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0.tgz#19496bd9883dd83c23c7d7fc45dcd9ad02dfa1dc"
You can’t perform that action at this time.
0 commit comments