Skip to content

Commit

Permalink
remove unnecessary fallback
Browse files Browse the repository at this point in the history
true value is already being read from schema
  • Loading branch information
radulle committed May 7, 2022
1 parent 58b37af commit b08826c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/utils/web.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export function getWebConfig(
wco.root,
wco.projectRoot,
wco.buildOptions,
options.extractCss ?? true,
options.extractCss,
options.postcssConfig
),
getCommonPartial(wco),
Expand Down

0 comments on commit b08826c

Please sign in to comment.