Skip to content

Commit 497f35d

Browse files
committed
test(utils): add more normalizeOptions tests
1 parent 16e0221 commit 497f35d

File tree

3 files changed

+604
-2
lines changed

3 files changed

+604
-2
lines changed

lib/utils/normalizeOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ function normalizeOptions(compiler, options) {
1212
const watchOptions = watchOptionsConfig
1313
? watchOptionsConfig.watchOptions
1414
: {};
15+
1516
const defaultOptionsForStatic = {
1617
directory: process.cwd(),
1718
staticOptions: {},

0 commit comments

Comments
 (0)