We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a439ee5 commit 3b9ab6cCopy full SHA for 3b9ab6c
README.md
@@ -17,11 +17,12 @@ Check your browser console at [localhost:8080](http://localhost:8080/)
17
18
### Features
19
20
-* _entry_ / _output_ custom config.
21
-* split chunks (`app` | `vendors`)
22
-* html index creation
23
-* assets copy
24
-* dev server
+* `entry` / `output` custom config.
+* chunk splitting (`app` | `vendors`)
+* html creation: [html-webpack-plugin](https://github.com/webpack-contrib/html-webpack-plugin)
+* copying files: [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin)
+* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
25
+* sass support
26
27
----
28
0 commit comments