I have a project that does not have these two plugins installed: ‘@babel/plugin-proposal-optional-chaining’, ‘@babel/plugin-proposal-nullish-coalescing-operator’; why can I use ??. and xx.? syntax directly, is it because quasar did some configuration? #16307
Answered
by
rstoenescu
suzhenghui-sky
asked this question in
CLI - PWA mode
-
I have a project that does not have these two plugins installed: ‘@babel/plugin-proposal-optional-chaining’, ‘@babel/plugin-proposal-nullish-coalescing-operator’; why can I use ??. and xx.? syntax directly, is it because quasar did some configuration? |
Beta Was this translation helpful? Give feedback.
Answered by
rstoenescu
Sep 6, 2023
Replies: 1 comment 3 replies
-
For q/app-webpack, you can check out our |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
rstoenescu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For q/app-webpack, you can check out our
@quasar/babel-preset-app
here where you can see exactly what we are doing by default: https://github.com/quasarframework/quasar/blob/dev/utils/babel-preset-app/index.js