factorial-io / factorial-frontend-stack

Modern frontend tooling with minimal configuration
http://factorial-io.github.io/factorial-frontend-stack/
6 stars 1 forks source link

Chore: Resolve webpack-file-watcher warnings #38

Open mlnmln opened 5 years ago

mlnmln commented 5 years ago

https://github.com/sap9433/filewatcher-webpack-plugin/issues

It appears to be only a wrapper on top of

https://github.com/paulmillr/chokidar#api

mlnmln commented 5 years ago

pinging @krisimmig for 2nd opinion. should we take action here?

krisimmig commented 5 years ago

@mlnmln I that case I would say we should try to replace the current one with just the chokidar module. The less dependencies the better :) The only issue I see is that the original one is a webpack plugin, the other isn't. So not sure how and if we should mix non webpack stuff with the neutrino middlewares.