未验证 提交 f7f376f9 编写于 作者: J JJ Kasper 提交者: GitHub

Ensure optional-chaining/nullish coalescing is included (#17429)

上级 489b13d0
......@@ -79,6 +79,10 @@ module.exports = (
// In production/development this option is set to `false` so that webpack can handle import/export with tree-shaking
modules: 'auto',
exclude: ['transform-typeof-symbol'],
include: [
'@babel/plugin-proposal-optional-chaining',
'@babel/plugin-proposal-nullish-coalescing-operator',
],
...options['preset-env'],
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册