1
0
mirror of https://github.com/mgerb/react-starter synced 2026-01-09 16:42:48 +00:00

favicon added to webpack build process

This commit is contained in:
2018-03-22 21:16:01 -05:00
parent 85d8a4d76b
commit 3adf99fdc7
5 changed files with 945 additions and 2 deletions

View File

@@ -14,9 +14,12 @@ A simplified starter project for react/typescript.
http://localhost:8080
### TODO:
Fix extract-text-webpack-plugin. Currently getting an error due to the webpack 4 upgrade.
- Fix extract-text-webpack-plugin
Currently getting an error due to the webpack 4 upgrade.
Everything still seems fine though.
```
Entrypoint undefined = extract-text-webpack-plugin-output-filename
```
- use favicons-webpack-plugin when it's ready for Webpack 4
- currently using [webapp-webpack-plugin](https://www.npmjs.com/package/webapp-webpack-plugin)