don't use eval source map in prod

This commit is contained in:
David Tsay 2023-03-23 15:40:50 -07:00
parent 406e1d4295
commit 58b48627b0

View File

@ -22,5 +22,5 @@ module.exports = merge(common, {
__OPENMCT_ROOT_RELATIVE__: '""'
})
],
devtool: 'eval-source-map'
devtool: 'source-map'
});