Skip to content

Commit

Permalink
Merge branch 'master' of github.com:shama/webpack-stream
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Aug 31, 2021
2 parents 027135e + 7c24e86 commit 6395f19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -125,7 +125,7 @@ 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 || '[contenthash].js';
config.watch = options.watch;
entry = [];

if (!config.entry || config.entry.length < 1) {
Expand Down

0 comments on commit 6395f19

Please sign in to comment.