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
Showing
+49 -11
... | @@ -61,6 +61,7 @@ | ... | @@ -61,6 +61,7 @@ |
"filesize": "3.3.0", | "filesize": "3.3.0", | ||
"fs-extra": "0.30.0", | "fs-extra": "0.30.0", | ||
"gzip-size": "3.0.0", | "gzip-size": "3.0.0", | ||
"html-loader": "0.4.3", | |||
"html-webpack-plugin": "2.22.0", | "html-webpack-plugin": "2.22.0", | ||
"http-proxy-middleware": "0.17.0", | "http-proxy-middleware": "0.17.0", | ||
"jest": "14.1.0", | "jest": "14.1.0", | ||
... | ... |
File moved
Please register or sign in to comment