Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added frontend/src/public/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions frontend/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export default {
new webpack.NoEmitOnErrorsPlugin(),
new HtmlWebpackPlugin({
template: "src/index.ejs",
favicon: "./src/public/favicon.ico",
minify: {
removeComments: true,
collapseWhitespace: true
Expand Down
1 change: 1 addition & 0 deletions frontend/webpack.config.prod.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export default {
// Generate HTML file that contains references to generated bundles. See here for how this works: https://github.com/ampedandwired/html-webpack-plugin#basic-usage
new HtmlWebpackPlugin({
template: "src/index.ejs",
favicon: "./src/public/favicon.ico",
minify: {
removeComments: true,
collapseWhitespace: true,
Expand Down