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
+12-4Lines changed: 12 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,11 +27,12 @@ Take a look at the [`examples`](https://github.com/webpack/webpack/tree/master/e
27
27
* watch mode
28
28
* SourceUrl and SourceMap support
29
29
* plugin system, extend webpack or build a complete different compiler
30
-
* interfaces
31
-
* CLI with arguments
32
-
* CLI with config file, arguments still possible
30
+
* i. e. [component](https://github.com/webpack/component-webpack-plugin), [rewire](https://github.com/jhnns/rewire-webpack) and [more...](https://github.com/webpack/docs/wiki/webpack-plugins)
* CLI with [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage)
33
+
* CLI with [config file](https://github.com/webpack/docs/wiki/webpack-options), [arguments](https://github.com/webpack/docs/wiki/webpack-detailed-usage) are still possible
33
34
* usable as library from node.js
34
-
* usable as grunt plugin
35
+
* usable as [grunt plugin](https://github.com/webpack/grunt-webpack)
35
36
* browser replacements
36
37
* comes with browser replacements for some node.js modules
37
38
* see also
@@ -84,6 +85,12 @@ function loadTemplateAsync(name, callback) {
0 commit comments