Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed May 10, 2023
1 parent 8775699 commit 7bd9c17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ pub async fn get_server_module_options_context(
*maybe_add_babel_loader(project_path, *next_config.webpack_rules().await?).await?;
let enable_webpack_loaders = webpack_rules.map(|rules| {
WebpackLoadersOptions {
rules: rules.clone(),
rules,
loader_runner_package: Some(get_external_next_compiled_package_mapping(
StringVc::cell("loader-runner".to_owned()),
)),
Expand Down

0 comments on commit 7bd9c17

Please sign in to comment.