From 7805d590a5c2814eb70b6e49607b331016b73e4f Mon Sep 17 00:00:00 2001 From: Kyle Robinson Young Date: Mon, 30 Aug 2021 20:01:49 -0700 Subject: [PATCH] Remove config.watch setting re-introduced from my bad merging --- index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/index.js b/index.js index cb3c59c..2edc878 100644 --- a/index.js +++ b/index.js @@ -125,7 +125,6 @@ module.exports = function (options, wp, done) { config.entry = config.entry || entry; config.output.path = config.output.path || process.cwd(); - config.watch = options.watch; entry = []; if (!config.entry || config.entry.length < 1) {