mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Load favicon through html-loader. (#428)
* Load favicon through html-loader. Fixes #291. * Add test for *.ico in e2e test suite * Configure html-loader to process <link href="..."> * Address feedback on html-loader inclusion. * Place favicon.ico at the root of the build dir * Make comment style consistent between prod and dev webpack configs * Fix html-loader config in dev mode
This commit is contained in:
@@ -61,6 +61,7 @@
|
||||
"filesize": "3.3.0",
|
||||
"fs-extra": "0.30.0",
|
||||
"gzip-size": "3.0.0",
|
||||
"html-loader": "0.4.3",
|
||||
"html-webpack-plugin": "2.22.0",
|
||||
"http-proxy-middleware": "0.17.0",
|
||||
"jest": "14.1.0",
|
||||
|
||||
Reference in New Issue
Block a user