Skip to content

Commit 6395f19

Browse files
committed
Merge branch 'master' of github.com:shama/webpack-stream
2 parents 027135e + 7c24e86 commit 6395f19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ module.exports = function (options, wp, done) {
125125

126126
config.entry = config.entry || entry;
127127
config.output.path = config.output.path || process.cwd();
128-
config.output.filename = config.output.filename || '[contenthash].js';
128+
config.watch = options.watch;
129129
entry = [];
130130

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

0 commit comments

Comments
 (0)