Skip to content

Commit

Permalink
Remove config.watch setting re-introduced from my bad merging
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Aug 31, 2021
1 parent 6395f19 commit 7805d59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 7805d59

Please sign in to comment.