Skip to content

Commit e3ef515

Browse files
committed
test(utils): add more normalizeOptions tests
1 parent ea35ff9 commit e3ef515

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)