Skip to content

Commit 0798ee3

Browse files
committed
Fix: default arguments
1 parent 028721d commit 0798ee3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ function postcss(b, opts) {
9393

9494
function create(entries, opts, bundleOptions, watchOpts) {
9595
if (typeof entries !== 'string' && !Array.isArray(entries)) {
96+
watchOpts = bundleOptions
9697
bundleOptions = opts
9798
opts = entries
9899
entries = null

0 commit comments

Comments
 (0)