enable eval-source-maps

This commit is contained in:
David Tsay 2024-03-13 12:34:29 -07:00
parent 18e976ad12
commit 3bb4df8d39

View File

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