Skip to content

Commit 6692c33

Browse files
committed
feat(docs): attempt to add tabbed config examples
1 parent 6a686de commit 6692c33

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/content/guides/getting-started.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ As of version 4, webpack doesn't require any configuration, but most projects wi
244244
|- index.js
245245
```
246246

247+
import CodeGroup from '@/components/CodeGroup';
248+
import CodeBlock from '@/components/CodeBlock';
247249
<CodeGroup>
248250

249251
<CodeBlock label="webpack.config.mjs" active>

0 commit comments

Comments
 (0)