You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/concepts/modules.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ Webpack builds on lessons learned from these systems and applies the concept of
27
27
In contrast to [Node.js modules](https://nodejs.org/api/modules.html), webpack _modules_ can express their _dependencies_ in a variety of ways. A few examples are:
28
28
29
29
- An [ES2015 `import`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/import) statement
30
-
- A [CommonJS](http://www.commonjs.org/specs/modules/1.0/)`require()` statement
30
+
- A [CommonJS](https://wiki.commonjs.org/wiki/Modules/1.1)`require()` statement
31
31
- An [AMD](https://github.com/amdjs/amdjs-api/blob/master/AMD.md)`define` and `require` statement
32
32
- An [`@import` statement](https://developer.mozilla.org/en-US/docs/Web/CSS/@import) inside of a css/sass/less file.
33
33
- An image url in a stylesheet `url(...)` or HTML `<img src=...>` file.
0 commit comments