inline source map for better error line number
This commit is contained in:
@@ -51,7 +51,7 @@ module.exports = {
|
|||||||
performance: {
|
performance: {
|
||||||
hints: false
|
hints: false
|
||||||
},
|
},
|
||||||
// devtool: '#eval-source-map'
|
devtool: 'inline-source-map'
|
||||||
}
|
}
|
||||||
|
|
||||||
if (process.env.NODE_ENV === 'production') {
|
if (process.env.NODE_ENV === 'production') {
|
||||||
|
|||||||
Reference in New Issue
Block a user