remaxjs/remax

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

Open

#1.535 aberto em 17 de abr. de 2021

Ver no GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (366 forks)user submission
bughelp wanted

Métricas do repositório

Stars
 (4.568 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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

Guia do colaborador