remaxjs/remax

[BUG] watch模式下不能监听app.config.js文件的变化

Open

#1535 aperta il 17 apr 2021

Vedi su GitHub
 (1 commento) (1 reazione) (0 assegnatari)TypeScript (366 fork)user submission
bughelp wanted

Metriche repository

Star
 (4568 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

bug 描述 在微信小程序中修改app.config.js文件,监听模式下文件变化不能够同步到dist目录

复现步骤

  1. 修改app.config.js文件中任意内容
  2. 不能够同步修改到dist目录中

在使用运行时 onAppConfig中config没有更改

期望结果 同步app配置文件中的变化

复现代码 https://github.com/Deuscx/RemaxVantTemplate/tree/dev

版本信息:

  • remax 版本: 2.12.1
  • 小程序端 微信小程序
  • 开发环境 windows

Guida contributor