source maps fo debuggin

This commit is contained in:
Jamie V 2024-03-12 14:20:42 -07:00
parent 5f0bd10c61
commit f4849bcc04

View File

@ -15,5 +15,5 @@ export default merge(common, {
__OPENMCT_ROOT_RELATIVE__: '""'
})
],
devtool: 'source-map'
devtool: 'eval-source-map'
});