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: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@
33
33
<h1>webpack</h1>
34
34
<p>
35
35
webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
36
-
<p>
36
+
</p>
37
37
</div>
38
38
39
39
<h2align="center">Install</h2>
@@ -182,7 +182,7 @@ or are automatically applied via regex from your webpack configuration.
182
182
183
183
|Name|Status|Description|
184
184
|:--:|:----:|:----------|
185
-
|<ahref="https://github.com/webpack/style-loader">`<style>`|![style-npm]|Add exports of a module as style to DOM|
185
+
|<ahref="https://github.com/webpack/style-loader">`<style>`</a>|![style-npm]|Add exports of a module as style to DOM|
186
186
|<ahref="https://github.com/webpack/css-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/css-3.svg"></a>|![css-npm]|Loads CSS file with resolved imports and returns CSS code|
187
187
|<ahref="https://github.com/webpack/less-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/less-63.svg"></a>|![less-npm]|Loads and compiles a LESS file|
188
188
|<ahref="https://github.com/jtangelder/sass-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/sass-1.svg"></a>|![sass-npm]|Loads and compiles a SASS/SCSS file|
@@ -342,7 +342,7 @@ If you have discovered a 🐜 or have a feature suggestion, feel free to create
0 commit comments