Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
一个插件在构建过程中生成*.json文件,当我使用 watch 标志时,它会永远重新触发构建。
*.json
有没有办法告诉 Stencil 在手表上忽略某些文件类型?
升级到 2.0.3 后,我能够将以下内容添加到模板配置中,并且可以正常工作:watchIgnoredRegex: /\.*\.json$/
watchIgnoredRegex: /\.*\.json$/