Skip to content

Commit

Permalink
update webpack config
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsimons committed Nov 12, 2023
1 parent d29c53c commit 4c86842
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ module.exports = {
plugins: [
// No need to write a index.html
new HtmlWebpackPlugin({
title: 'Shared-Tree-Demo',
favicon: 'favicon.ico',
title: 'Hello Demo',
favicon: '',
}),
// Load environment variables during webpack bundle
new Dotenv({
Expand Down

0 comments on commit 4c86842

Please sign in to comment.