mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Better redux devtooling support
This commit is contained in:
@@ -50,7 +50,7 @@ module.exports = {
|
||||
cache: true,
|
||||
target: 'web',
|
||||
mode: process.env.NODE_ENV,
|
||||
devtool: isProduction ? false : 'eval-source-map',
|
||||
devtool: isProduction ? false : process.env.DEVTOOL || 'source-map',
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user