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
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@ within webpack itself use this plugin interface. This makes webpack very
110
110
|[mini-css-extract-plugin][mini-css]|![mini-css-npm]|![mini-css-size]| Extracts CSS into separate files. It creates a CSS file per JS file which contains CSS. |
111
111
|[compression-webpack-plugin][compression]|![compression-npm]|![compression-size]| Prepares compressed versions of assets to serve them with Content-Encoding |
112
112
|[html-webpack-plugin][html-plugin]|![html-plugin-npm]|![html-plugin-size]| Simplifies creation of HTML files (`index.html`) to serve your bundles |
113
+
|[pug-plugin][pug-plugin]|![pug-plugin-npm]|![pug-plugin-size]| Renders Pug files to HTML, extracts JS and CSS from sources specified directly in Pug. |
| <ahref="https://github.com/webpack-contrib/html-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/html5.svg"></a> |![html-npm]|![html-size]| Exports HTML as string, requires references to static resources |
176
-
| <ahref="https://github.com/pugjs/pug-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> |![pug-npm]|![pug-size]| Loads Pug templates and returns a function |
177
-
| <ahref="https://github.com/peerigon/markdown-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/markdown.svg"></a> |![md-npm]|![md-size]| Compiles Markdown to HTML |
178
-
| <ahref="https://github.com/posthtml/posthtml-loader"><imgwidth="48"height="48"src="https://posthtml.github.io/posthtml/logo.svg"></a> |![posthtml-npm]|![posthtml-size]| Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)|
179
-
| <ahref="https://github.com/pcardune/handlebars-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/handlebars-1.svg"></a> |![hbs-npm]|![hbs-size]| Compiles Handlebars to HTML |
| <ahref="https://github.com/webpack-contrib/html-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/html5.svg"></a> |![html-npm]|![html-size]| Exports HTML as string, requires references to static resources |
180
+
| <ahref="https://github.com/pugjs/pug-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> |![pug-npm]|![pug-size]| Loads Pug templates and returns a function |
181
+
| <ahref="https://github.com/webdiscus/pug-loader"><imgwidth="48"height="48"src="https://cdn.rawgit.com/pugjs/pug-logo/master/SVG/pug-final-logo-_-colour-128.svg"></a> |![pug3-npm]|![pug3-size]| Compiles Pug to a function or HTML string, useful for use with Vue, React, Angular |
182
+
| <ahref="https://github.com/peerigon/markdown-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/markdown.svg"></a> |![md-npm]|![md-size]| Compiles Markdown to HTML |
183
+
| <ahref="https://github.com/posthtml/posthtml-loader"><imgwidth="48"height="48"src="https://posthtml.github.io/posthtml/logo.svg"></a> |![posthtml-npm]|![posthtml-size]| Loads and transforms a HTML file using [PostHTML](https://github.com/posthtml/posthtml)|
184
+
| <ahref="https://github.com/pcardune/handlebars-loader"><imgwidth="48"height="48"src="https://worldvectorlogo.com/logos/handlebars-1.svg"></a> |![hbs-npm]|![hbs-size]| Compiles Handlebars to HTML |
0 commit comments