浏览代码

Force include babel numeric separator (#3422)

Merlijn Vos 3 年之前
父节点
当前提交
274a3a0241
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      babel.config.js

+ 1 - 0
babel.config.js

@@ -10,6 +10,7 @@ module.exports = (api) => {
         include: [
           '@babel/plugin-proposal-nullish-coalescing-operator',
           '@babel/plugin-proposal-optional-chaining',
+          '@babel/plugin-proposal-numeric-separator',
         ],
         loose: true,
         targets,