Skip to content

Commit

Permalink
Revert "Turbopack build: Add mantine and mermaid to heavy npm deps be…
Browse files Browse the repository at this point in the history
…nchmark" (#70561)

Reverts #70554
  • Loading branch information
timneutkens authored Sep 27, 2024
1 parent 4837a67 commit fb15ee9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bench/heavy-npm-deps/app/page.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { LodashComponent } from '../components/lodash'
import { MantineComponent } from '../components/mantine'
import { MermaidComponent } from '../components/mermaid'
// import { MantineComponent } from "../components/mantine";
// import { MermaidComponent } from "../components/mermaid";

export default function Page() {
return (
<>
<MantineComponent />
<MermaidComponent />
{/* <MantineComponent /> */}
{/* <MermaidComponent /> */}
<LodashComponent />
</>
)
Expand Down

0 comments on commit fb15ee9

Please sign in to comment.