mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-10 05:49:03 +08:00
fix: hot reload issue (#279)
* fixing hot reload issue * Update webpack.config.js removed duplicate key-value pairs. Co-authored-by: Palash <88981777+palash-signoz@users.noreply.github.com>
This commit is contained in:
parent
98ab64cb94
commit
9692b9985a
@ -28,6 +28,7 @@ module.exports = {
|
||||
// then it will try to find another open port availble.
|
||||
port: portFinderSync.getPort(3000),
|
||||
},
|
||||
target: "web",
|
||||
output: {
|
||||
filename: ({ chunk: { name, hash } }) => {
|
||||
return `js/${name}-${hash}.js`;
|
||||
|
Loading…
x
Reference in New Issue
Block a user