Skip to content

Commit 3b9ab6c

Browse files
committed
update README ### Features
1 parent a439ee5 commit 3b9ab6c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ Check your browser console at [localhost:8080](http://localhost:8080/)
1717

1818
### Features
1919

20-
* _entry_ / _output_ custom config.
21-
* split chunks (`app` | `vendors`)
22-
* html index creation
23-
* assets copy
24-
* dev server
20+
* `entry` / `output` custom config.
21+
* chunk splitting (`app` | `vendors`)
22+
* html creation: [html-webpack-plugin](https://github.com/webpack-contrib/html-webpack-plugin)
23+
* copying files: [copy-webpack-plugin](https://github.com/webpack-contrib/copy-webpack-plugin)
24+
* [webpack-dev-server](https://github.com/webpack/webpack-dev-server)
25+
* sass support
2526

2627
----
2728

0 commit comments

Comments
 (0)