Skip to content

Commit

Permalink
Chore: change deprecated webpack API
Browse files Browse the repository at this point in the history
  • Loading branch information
filippomc committed Sep 30, 2024
1 parent 8f8d3f3 commit 8adc531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applications/portal/frontend/webpack.config.dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ module.exports = env => {
publicPath: '/',
}],
compress: true,
https: env.DOMAIN.includes("https"),
server: env.DOMAIN.includes("https") ? "https" : "http",
port: Number(env.devPort),
allowedHosts: "all",
historyApiFallback: {
Expand Down

0 comments on commit 8adc531

Please sign in to comment.