Better redux devtooling support
This commit is contained in:
parent
ef5d0fb4a2
commit
6966530165
4 changed files with 13 additions and 2 deletions
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue