mirror of
https://github.com/nasa/openmct.git
synced 2025-04-16 15:29:20 +00:00
do not use dev source maps in prod (#6007)
This commit is contained in:
parent
a706a8b73e
commit
625205f24b
@ -22,5 +22,5 @@ module.exports = merge(common, {
|
||||
__OPENMCT_ROOT_RELATIVE__: '""'
|
||||
})
|
||||
],
|
||||
devtool: 'eval-source-map'
|
||||
devtool: 'source-map'
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user