Skip to content

Commit af02629

Browse files
committed
Link to commonjs documentation from webpack docs
1 parent c6481d7 commit af02629

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ I still think the easiest way to learn React is [the official tutorial](https://
3939

4040
## Learning `npm`
4141

42-
`npm` is the Node.js package manager and is the most popular way front-end engineers and designers share JavaScript code. It includes a module system called `CommonJS` (Google it -- it’s important) and lets you install command-line tools written in JavaScript.
42+
`npm` is the Node.js package manager and is the most popular way front-end engineers and designers share JavaScript code. It includes a module system called `CommonJS` ([read up on it](https://webpack.github.io/docs/commonjs.html) -- it’s important) and lets you install command-line tools written in JavaScript.
4343

4444
Most reusable components, libraries and tools in the React ecosystem are available as `CommonJS` modules and are installed with `npm`.
4545

0 commit comments

Comments
 (0)