Skip to content

Commit

Permalink
remove unnecessary default value
Browse files Browse the repository at this point in the history
  • Loading branch information
bsokol-wl committed Mar 26, 2024
1 parent a224b72 commit 2284870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/webpack-configs/src/defineConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ export function defineDevRemoteModuleConfig(swcConfig: SwcConfig, applicationNam
const {
entry = path.resolve("./src/register.tsx"),
publicPath = "auto",
cache = true,
cache,
plugins = [],
htmlWebpackPlugin = false,
transformers = [],
Expand Down

0 comments on commit 2284870

Please sign in to comment.