Skip to content
Merged
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
3 changes: 2 additions & 1 deletion src/content/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ contributors:
- anshumanv
- d3lm
- snitin315
- Etheryen
---

Webpack is used to compile JavaScript modules. Once [installed](/guides/installation), you can interact with webpack either from its [CLI](/api/cli) or [API](/api/node). If you're still new to webpack, please read through the [core concepts](/concepts) and [this comparison](/comparison) to learn why you might use it over the other tools that are out in the community.
Expand Down Expand Up @@ -118,7 +119,7 @@ T> If you want to learn more about the inner workings of `package.json`, then we
"license": "MIT",
"devDependencies": {
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"webpack-cli": "^4.7.2"
}
}
```
Expand Down