inline source map for better error line number

This commit is contained in:
2019-06-02 00:18:24 +02:00
parent cbfd7506a6
commit 7dd82eca2e

View File

@@ -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') {