mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
don't use eval source map in prod
This commit is contained in:
parent
406e1d4295
commit
58b48627b0
@ -22,5 +22,5 @@ module.exports = merge(common, {
|
||||
__OPENMCT_ROOT_RELATIVE__: '""'
|
||||
})
|
||||
],
|
||||
devtool: 'eval-source-map'
|
||||
devtool: 'source-map'
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user