Solve the problem of converting Chinese into unicode after the code converted by babel

Solution:
add bable configuration

{
  "generatorOpts" {
    "jsescOption": {
      "minimal": true
    }
  }
}

Reference: https://github.com/yunxifd/babel-intl/issues/1

Guess you like

Origin blog.csdn.net/weixin_47896488/article/details/123062431