Skip to content

Commit b7a5818

Browse files
docs(concepts) Modules page actualization (#3327)
1 parent 0501bf9 commit b7a5818

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/content/concepts/modules.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ In contrast to [Node.js modules](https://nodejs.org/api/modules.html), webpack _
3030
- A [CommonJS](http://www.commonjs.org/specs/modules/1.0/) `require()` statement
3131
- An [AMD](https://github.com/amdjs/amdjs-api/blob/master/AMD.md) `define` and `require` statement
3232
- An [`@import` statement](https://developer.mozilla.org/en-US/docs/Web/CSS/@import) inside of a css/sass/less file.
33-
- An image url in a stylesheet (`url(...)`) or html (`<img src=...>`) file.
34-
35-
T> webpack 1 requires a specific loader to convert ES2015 `import`; however, this is possible out of the box via webpack 2
33+
- An image url in a stylesheet `url(...)` or HTML `<img src=...>` file.
3634

3735
## Supported Module Types
3836

0 commit comments

Comments
 (0)