refine
This commit is contained in:
parent
5c45b21668
commit
6e0f61b2c4
|
@ -86,7 +86,7 @@ module.exports = {
|
|||
.end()
|
||||
|
||||
config
|
||||
// https://webpack.js.org/configuration/devtool/#development
|
||||
// https://webpack.js.org/configuration/devtool/#development
|
||||
.when(process.env.NODE_ENV === 'development',
|
||||
config => config.devtool('cheap-source-map')
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue