Skip to content

Commit

Permalink
Remove useless enable_mdx: false
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Jan 13, 2023
1 parent dd9f260 commit 34c6e30
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/node-file-trace/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,6 @@ async fn input_to_modules<'a>(
env,
ModuleOptionsContext {
enable_types: true,
enable_mdx: false,
..Default::default()
}
.cell(),
Expand Down
1 change: 0 additions & 1 deletion crates/turbopack/tests/node-file-trace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,6 @@ fn node_file_trace<B: Backend + 'static>(
),
ModuleOptionsContext {
enable_types: true,
enable_mdx: false,
..Default::default()
}
.cell(),
Expand Down

0 comments on commit 34c6e30

Please sign in to comment.