NervJS/taro

config 文件里的 navigationBarTitleText 配置不能使用英文!

Open

#9709 opened on Jul 8, 2021

View on GitHub
 (6 comments) (0 reactions) (0 assignees)TypeScript (37,306 stars) (4,897 forks)batch import
F-reactT-weappV-3buggood first issue

Description

相关平台

微信小程序

复现仓库

https://github.com/yangxudong-functorz/taro_issues/blob/main/issue1.ts 小程序基础库: 2.17.3 使用框架: React

复现步骤

直接只用 npm run build:weapp, 报错: Module not found: Can't resolve '"},"path":"....../xxx.config.ts"

期望结果

编译成功

实际结果

编译失败

环境信息

Taro CLI 3.2.15 environment info:
    System:
      OS: macOS 10.15.7
      Shell: 3.2.57 - /bin/bash
    Binaries:
      Node: 14.17.0 - ~/.nvm/versions/node/v14.17.0/bin/node
      npm: 6.14.13 - ~/.nvm/versions/node/v14.17.0/bin/npm
    npmPackages:
      @tarojs/cli: 3.2.15 => 3.2.15 
      @tarojs/components: 3.2.15 => 3.2.15 
      @tarojs/mini-runner: 3.2.15 => 3.2.15 
      @tarojs/react: 3.2.15 => 3.2.15 
      @tarojs/runtime: 3.2.15 => 3.2.15 
      @tarojs/taro: 3.2.15 => 3.2.15 
      @tarojs/webpack-runner: 3.2.15 => 3.2.15 
      babel-preset-taro: 3.2.15 => 3.2.15 
      eslint-config-taro: 3.2.15 => 3.2.15 
      nerv-devtools: ^1.5.5 => 1.5.7 
      nervjs: ^1.5.5 => 1.5.7 
      react: ^17.0.0 => 17.0.2 
      taro-ui: v3.0.0-alpha.10 => 3.0.0-alpha.10 

Contributor guide