Merge branch 'develop' of https://github.com/nymtech/nym into develop

This commit is contained in:
durch
2022-03-23 21:13:16 +01:00
3 changed files with 2 additions and 2 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 7.1 KiB

@@ -32,7 +32,7 @@ Shared Typescript config is in [tsconfig.json](./tsconfig.json), with specific p
Inherit config for Webpack 5 with additional tweaks including:
- favicon generation from [SVG favicon asset files](../../assets/favicon/favicon.svg)
- favicon generation from [favicon asset files](../../assets/favicon/favicon.png)
- asset handling (svg, png, fonts, css, etc)
- minification
+1 -1
View File
@@ -77,7 +77,7 @@ module.exports = (baseDir, htmlPath) => ({
}),
new WebpackFavicons({
src: path.resolve(__dirname, '../../assets/favicon/favicon.svg'), // the asset directory is relative to THIS file
src: path.resolve(__dirname, '../../assets/favicon/favicon.png'), // the asset directory is relative to THIS file
}),
new Dotenv(),