Skip to content

Commit

Permalink
fixed single output only bug
Browse files Browse the repository at this point in the history
  • Loading branch information
azt3k committed Nov 20, 2018
1 parent 49d2ed1 commit bf89ac4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Expand Up @@ -116,7 +116,6 @@ module.exports = function (options, wp, done) {

config.entry = config.entry || entry;
config.output.path = config.output.path || process.cwd();
config.output.filename = config.output.filename || '[hash].js';
config.watch = options.watch;
entry = [];

Expand Down

0 comments on commit bf89ac4

Please sign in to comment.