housekeeping: branding updates (via #5084)

* new favicons

* lockfile

* update logo

* styling changes

* remove url-loader 10K limit
This commit is contained in:
kyle
2018-12-15 02:52:54 +01:00
committed by Ron
parent f5e179ac39
commit 9658aca08e
9 changed files with 67 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ var commonRules = [
{ test: /\.(txt|yaml)(\?.*)?$/,
loader: "raw-loader" },
{ test: /\.(png|jpg|jpeg|gif|svg)(\?.*)?$/,
loader: "url-loader?limit=10000" },
loader: "url-loader" },
{ test: /\.(woff|woff2)(\?.*)?$/,
loader: "url-loader?limit=100000" },
{ test: /\.(ttf|eot)(\?.*)?$/,