Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -412,3 +412,16 @@ webpack-demo
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.

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.

---

### What's Next?

Now that you've completed your first build, dive deeper into these core concepts:

- **[Entry Points](/concepts/entry-points/):** Learn how webpack starts building your dependency graph.
- **[Output](/concepts/output/):** Understand how to tell webpack where to emit your bundles.
- **[Loaders](/concepts/loaders/):** See how to process non-JavaScript files like CSS or images.

> **Pro Tip:** Keep your `webpack.config.js` clean and modular as your project grows!

Binary file added supporters.json
Binary file not shown.