Skip to content

Commit ab811c9

Browse files
committed
docs: add next steps and pro-tip
1 parent d730560 commit ab811c9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/content/guides/getting-started.mdx

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,3 +412,15 @@ webpack-demo
412412
W> Do not compile untrusted code with webpack. It could lead to execution of malicious code on your computer, remote servers, or in the web browsers of the end users of your application.
413413
414414
If you want to learn more about webpack's design, you can check out the [basic concepts](/concepts) and [configuration](/configuration) pages. Furthermore, the [API](/api) section digs into the various interfaces webpack offers.
415+
416+
---
417+
418+
### What's Next?
419+
420+
Now that you've completed your first build, dive deeper into these core concepts:
421+
422+
- **[Entry Points](/concepts/entry-points/):** Learn how webpack starts building your dependency graph.
423+
- **[Output](/concepts/output/):** Understand how to tell webpack where to emit your bundles.
424+
- **[Loaders](/concepts/loaders/):** See how to process non-JavaScript files like CSS or images.
425+
426+
> **Pro Tip:** Keep your `webpack.config.js` clean and modular as your project grows!

0 commit comments

Comments
 (0)