hmm — i’m trying to use the `webpack-dev-server` p...
# general
h
hmm — i’m trying to use the
webpack-dev-server
package (which watches files, rebuilds in-memory, and serves them over http) — but watching files won’t work because the actually executed files are in
.pants.d
. is there any good solution for this? should i look at forking the contrib/node module and adding some kind of watch mode with the watchman infra?