remaxjs/remax

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

Open

#1535 opened on Apr 17, 2021

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (4,568 stars) (366 forks)user submission
bughelp wanted

Description

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

Contributor guide