Skip to content

Commit

Permalink
Update webpack.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 26, 2024
1 parent e5b0e94 commit b5effb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion acarshub-typescript/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ let config = {
},
},
plugins: [
new NodePolyfillPlugin(),
new NodePolyfillPlugin({
additionalAliases: ["process"],
}),
new FaviconsWebpackPlugin({
logo: path.resolve(__dirname, "./src/assets/images") + "/acarshub.svg",
inject: true,
Expand Down

0 comments on commit b5effb9

Please sign in to comment.