1

A plugin is generating *.json files during the build and when I'm using the watch flag, it keep re-triggering the build forever.

Is there a way to tell Stencil to ignore certain filetypes on watch?

m0ngr31
  • 791
  • 13
  • 29

1 Answers1

2

After upgrading to 2.0.3, I was able to add the following to the stencil config and it worked: watchIgnoredRegex: /\.*\.json$/

m0ngr31
  • 791
  • 13
  • 29