Add command history
This commit is contained in:
parent
38d50c8fc2
commit
3a97a89d20
2 changed files with 27 additions and 1 deletions
|
@ -68,7 +68,7 @@ const productionPlugins = [
|
|||
|
||||
module.exports = {
|
||||
mode: process.env.NODE_ENV,
|
||||
devtool: process.env.NODE_ENV === 'production' ? false : 'eval-source-map',
|
||||
devtool: process.env.NODE_ENV === 'production' ? false : 'inline-source-map',
|
||||
performance: {
|
||||
hints: false,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue