azure-functions-pack icon indicating copy to clipboard operation
azure-functions-pack copied to clipboard

small watch improvements and unit tests

Open matthewmeyer opened this issue 7 years ago • 2 comments

  • Adding basic unit tests for watch mode
  • Forward date the packhost modified time stamp 10 seconds to keep the watcher from going crazy, see: https://github.com/webpack/watchpack/issues/25
  • Improved the watch mode logging to make it easier see rebuilds occuring

matthewmeyer avatar Jan 31 '18 18:01 matthewmeyer

Looks like debug is enabled and going to stderr which is a failure condition in my test. Can I change the debug config to stdout?

matthewmeyer avatar Jan 31 '18 21:01 matthewmeyer

Yeah, that's fine. It's not intentionally going to stderr, just default config.

christopheranderson avatar Feb 01 '18 01:02 christopheranderson