mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Handle connecting to websocket instance
Very beta code for handling sockets
This commit is contained in:
@@ -49,7 +49,7 @@ module.exports = {
|
||||
cache: true,
|
||||
target: 'web',
|
||||
mode: process.env.NODE_ENV,
|
||||
devtool: isProduction ? false : 'cheap-eval-source-map',
|
||||
devtool: isProduction ? false : 'eval-source-map',
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user